Where can I find beginner info on working with a Geometry Shader with an Output Stream?

Started by
1 comment, last by mrheisenberg 11 years, 7 months ago
Hello,I read some threads about using a geometry shader to cull vertices that are not inside a view frustum,however I can't find a basic explanation or tutorial of how to set it up anywhere.I can't find it in the SDK examples either.Anyone have a source for a tutorial or demonstration of it?Is it really faster than CPU culling,cause the other culling method,that actualy was in the sdk(DrawPredicated) ran slower with the feature turned on than when not culling.
Advertisement
[source lang="java"]http://msdn.microsof...esktop/bb205122[/source]


http://msdn.microsof...esktop/bb509609

If you have directx SDK intalled click start on windows and search>directx documentation c++>tutorials and samples >direct3D10 >shader tutorials>tutorial 13


http://msdn.microsof...esktop/bb509609


yeah I checked that one out,but I was interested in learning about this whole output stream business,which doesn't seem to be covered in tutorial 13

This topic is closed to new replies.

Advertisement