TriangleDepthPixelShader.hlsl 68 B

1234
  1. // We only write depth, so this shader does nothing
  2. void main()
  3. {
  4. }