diff options
Diffstat (limited to 'src/OpenGLSupport.h')
-rw-r--r-- | src/OpenGLSupport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OpenGLSupport.h b/src/OpenGLSupport.h index 6130c8e..fbc100c 100644 --- a/src/OpenGLSupport.h +++ b/src/OpenGLSupport.h @@ -106,6 +106,7 @@ \ func(GLUNIFORM1I, glUniform1i); \ func(GLUNIFORM1UI, glUniform1ui); \ + func(GLUNIFORM2I, glUniform2i); \ func(GLUNIFORM4UI, glUniform4ui); \ func(GLUNIFORMBLOCKBINDING, glUniformBlockBinding); \ func(GLGETUNIFORMLOCATION, glGetUniformLocation); \ |