- 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.
推薦閱讀
- Learn ECMAScript(Second Edition)
- LabVIEW Graphical Programming Cookbook
- INSTANT FreeMarker Starter
- Developing Middleware in Java EE 8
- 我的第一本算法書
- R語言數據可視化實戰
- 數據結構簡明教程(第2版)微課版
- Learning Python Design Patterns(Second Edition)
- Hands-On Swift 5 Microservices Development
- 青少年信息學競賽
- OpenGL Data Visualization Cookbook
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Xcode 6 Essentials
- Python網絡爬蟲技術與應用
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)