OpenGL-API icon indicating copy to clipboard operation
OpenGL-API copied to clipboard

OES_sample_variables extension incorrect use of #extension

Open tsuoranta opened this issue 6 years ago • 1 comments

OES_sample_variables says:

Including the following line in a shader can be used to control the language features described in this extension: #extension GL_OES_sample_variables

Meanwhile, my intrepretation of ESSL 3.00 is that : <behavior> must always follow.

tsuoranta avatar Feb 04 '20 12:02 tsuoranta

Yes, this is wrong. Will you propose a PR to fix it?

pdaniell-nv avatar Feb 11 '20 17:02 pdaniell-nv