Unity Learn home
View Tutorial Content

GPU Driven Rendering

Tutorial
Beginner
+0 XP
10 Mins
(17)
Overview
Summary
GPU Driven Rendering allows for various performance enhancements, thanks to new features like GPU Instanced Drawing and GPU Occlusion Culling. GPU Instanced Drawing can be used to render identical meshes in the same draw call, while GPU Occlusion Culling offloads tasks from the CPU when determining what is and isn’t visible.
Select your Unity version
Last updated: October 17, 2024
6
Language
English
Also included in
GPU Driven Rendering