TriangleDepthPixelShader.frag 82 B

123456
  1. #version 450
  2. // We only write depth, so this shader does nothing
  3. void main()
  4. {
  5. }