- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 158字
- 2021-06-24 12:12:58
The Rendering area
The Rendering area provides some generic rendering statistics that tend to focus on activities related to preparing the GPU for rendering, which involves a set of activities that occur on the CPU (as opposed to the act of rendering, which is an activity handled within the GPU and is detailed in the GPU Usage area). Breakdown View offers useful information, such as the number of SetPass calls (otherwise known as draw calls), the total number of batches used to render the scene, the number of batches saved from dynamic batching and static batching and how they are being generated, and memory consumed for textures.
The Rendering area also offers a button to open Frame Debugger, which will be explored more in Chapter 3, The Benefits of Batching. The remainder of this area's information will prove useful when you go through Chapter 3, The Benefits of Batching, and Chapter 6, Dynamic Graphics.
- Visual C++數字圖像處理技術詳解
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- Python極簡講義:一本書入門數據分析與機器學習
- UML2面向對象分析與設計(第2版)
- Android應用開發實戰(第2版)
- 會當凌絕頂:Java開發修行實錄
- Python深度學習(第2版)
- 走近SDN/NFV
- Python GUI設計tkinter菜鳥編程(增強版)
- Java語言GUI程序設計
- Prezi Cookbook
- Hands-On Full Stack Development with Angular 5 and Firebase
- Python Machine Learning
- Go語言從入門到項目實戰(視頻版)