Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 455 Bytes

File metadata and controls

9 lines (6 loc) · 455 Bytes

Optimization

Optimize the High Definition Render Pipeline (HDRP) to improve the performance of your project.

Page Description
Optimizing draw calls Techniques for speeding up rendering by reducing the number of drawing commands the CPU sends to the GPU.
Reduce rendering work on the CPU Use the GPU Resident Drawer or GPU occlusion culling to speed up rendering.