forked from BilalY/Rasagar
972 B
972 B
uid |
---|
urp-reduce-rendering-work-on-cpu |
Reduce rendering work on the CPU
You can use the GPU Resident Drawer or GPU occlusion culling to speed up rendering. When you enable these features, Unity optimizes the rendering pipeline so the CPU has less work to do each frame, and the GPU draws GameObjects more efficiently.
Page | Description |
---|---|
Use the GPU Resident Drawer | Automatically use the BatchRendererGroup API to use instancing and reduce the number of draw calls. |
Make a GameObject compatible with the GPU Resident Drawer | Include or exclude a GameObject from the GPU Resident Drawer. |
Use GPU occlusion culling | Use the GPU instead of the CPU to exclude GameObjects from rendering when they're occluded behind other GameObjects. |