- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 82字
- 2021-06-18 19:04:17
Accessing and modifying packed arrays
Loosely speaking, the code inside a shader has to be executed for at least every pixel in your screen. This is the reason why GPUs are highly optimized for parallel computing; they can execute multiple processes at the same time. This philosophy is also evident in the standard type of variables and operators available in Cg. Understanding them is essential, not just so that you can use the shaders correctly, but also to write highly optimized ones.
推薦閱讀
- 面向STEM的Scratch創(chuàng)新課程
- Instant Typeahead.js
- 21天學(xué)通C++(第6版)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- C#應(yīng)用程序設(shè)計(jì)教程
- Access 2010數(shù)據(jù)庫(kù)應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)
- PHP+MySQL動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)從入門(mén)到精通(視頻教學(xué)版)
- Python 3 Object:oriented Programming(Second Edition)
- Puppet:Mastering Infrastructure Automation
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- INSTANT Apache Maven Starter
- TensorFlow.NET實(shí)戰(zhàn)
- Python程序員面試算法寶典