Fix parser issue: redeclare gl_FragStencilRefARB is not supported
This commit is contained in:
parent
918caa7ee4
commit
7bf5fcc541
2 changed files with 10 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#extension GL_ARB_shader_stencil_export: enable
|
||||
|
||||
out int gl_FragStencilRefARB;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragStencilRefARB = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue