暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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