diff --git a/gl4/glBindImageTexture.xhtml b/gl4/glBindImageTexture.xhtml index 7dfa90df..7974cc86 100644 --- a/gl4/glBindImageTexture.xhtml +++ b/gl4/glBindImageTexture.xhtml @@ -533,8 +533,10 @@ is less than zero.
- GL_INVALID_ENUM
is generated if access
or format
- is not one of the supported tokens.
+ GL_INVALID_ENUM
is generated if access
is not one of the supported tokens.
+
+ GL_INVALID_VALUE
is generated if format
is not one of the supported tokens.