Implement GL_OES_texture_storage_multisample_2d_array.
This commit is contained in:
parent
2b0a11351f
commit
a39159a192
6 changed files with 173 additions and 4 deletions
|
|
@ -900,6 +900,8 @@ int TScanContext::tokenizeIdentifier()
|
|||
case ISAMPLER2DMSARRAY:
|
||||
case USAMPLER2DMSARRAY:
|
||||
afterType = true;
|
||||
if (parseContext.extensionsTurnedOn(1, &E_GL_OES_texture_storage_multisample_2d_array))
|
||||
return keyword;
|
||||
return es30ReservedFromGLSL(150);
|
||||
|
||||
case SAMPLER1D:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue