spv.shaderStencilExport.frag 124 B

123456789
  1. #version 450 core
  2. #extension GL_ARB_shader_stencil_export: enable
  3. void main()
  4. {
  5. gl_FragStencilRefARB = 100;
  6. }