2
0

geometry-modifiers.txt 774 B

12345678910111213
  1. " [ maxvertexcount ( 3 ) ] "
  2. "void GSScenePt ( point GSSceneIn input [ 6 ] , inout TriangleStream < PSSceneIn > OutputStream )"
  3. "PSSceneIn output = ( PSSceneIn ) 0 ;"
  4. "OutputStream . Append ( output ) ;"
  5. "OutputStream . RestartStrip ( ) ;"
  6. " [ maxvertexcount ( 3 ) ] "
  7. "void GSSceneLn ( line GSSceneIn input [ 6 ] , inout TriangleStream < PSSceneIn > OutputStream )"
  8. " [ maxvertexcount ( 3 ) ] "
  9. "void GSSceneTr ( triangle GSSceneIn input [ 6 ] , inout TriangleStream < PSSceneIn > OutputStream )"
  10. " [ maxvertexcount ( 3 ) ] "
  11. "void GSSceneLnA ( lineadj GSSceneIn input [ 6 ] , inout TriangleStream < PSSceneIn > OutputStream )"
  12. " [ maxvertexcount ( 3 ) ] "
  13. "void GSSceneTrA ( triangleadj GSSceneIn input [ 6 ] , inout TriangleStream < PSSceneIn > OutputStream )"