Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Disable culling for DrawMeshInstanced

Discussion in 'General Graphics' started by sebas77, Jan 6, 2023.

  1. sebas77

    sebas77

    Joined:
    Nov 4, 2011
    Posts:
    1,641
    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?
     
  2. joshuacwilde

    joshuacwilde

    Joined:
    Feb 4, 2018
    Posts:
    725
    Use the indirect variants. But yeah for the regular DMI calls, people have been asking for that for ages...
     
    joshcamas and sebas77 like this.