This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

instancing with view frustum culling

I don't understand this statement:

"This instancing allows the application to cull instances that are, for example, outside the view frustum."

from https://developer.arm.com/documentation/101897/0200/shader-code/uniforms

How is it possible to do CPU view frustum culling with instancing ? Or does it refer to GPU view frustum culling ?

Parents
  • One of the main bottlenecks to the speed of a Direct3D application is the number of Draw calls that are issued to the GPU, along with the overhead of switching shader constants for each object that is drawn.  Today, we are going to look at two methods of optimizing our drawing code MyPrepaidCenter

Reply
  • One of the main bottlenecks to the speed of a Direct3D application is the number of Draw calls that are issued to the GPU, along with the overhead of switching shader constants for each object that is drawn.  Today, we are going to look at two methods of optimizing our drawing code MyPrepaidCenter

Children
No data