Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

reduce-rendering-work-on-cpu.md 978B


uid: urp-docfx-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.|

Additional resources