Disable culling for DrawMeshInstanced

Hi,

I am executing my own culling, so I don’t want DrawMeshInstanced to add more overhead for extra not necessary culling. Is there a way to disable it?

Use the indirect variants. But yeah for the regular DMI calls, people have been asking for that for ages…

2 Likes