Fix parser issue: redeclare gl_FragStencilRefARB is not supported

This commit is contained in:
Rex Xu
2018-11-12 15:15:57 +08:00
parent 918caa7ee4
commit 7bf5fcc541
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#extension GL_ARB_shader_stencil_export: enable
out int gl_FragStencilRefARB;
void main()
{
gl_FragStencilRefARB = 100;