Geometry Shader documentation?

Started by
3 comments, last by Kamo16 12 years, 10 months ago
I'm working with the TriangleStream template right now in a geometry shader and I'd like to see what other methods are supported aside from Append and RestartStrip, however I can't seem to find any documentation on it at all. Would anyone be able to point me in the right direction? Thanks.
Advertisement

I'm working with the TriangleStream template right now in a geometry shader and I'd like to see what other methods are supported aside from Append and RestartStrip, however I can't seem to find any documentation on it at all. Would anyone be able to point me in the right direction? Thanks.


The documentation is here: http://msdn.microsoft.com/en-us/library/bb509661%28v=vs.85%29.aspx
Is this indicating that Stream-Output objects only have the two methods shown there?
Correct, as that is all you can do to an output stream.
Alright, thanks for clarifying.

This topic is closed to new replies.

Advertisement