Browse Source

Fix typo in docs comment

Signed-off-by: falkTX <falktx@falktx.com>
pull/506/head
falkTX 5 months ago
parent
commit
023c8f18e3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/OpenGL.hpp

+ 1
- 1
dgl/OpenGL.hpp View File

@@ -93,7 +93,7 @@ struct OpenGL3GraphicsContext : GraphicsContext

@code
// setup for drawing based on texture
glUniform1i(context.usingTextureUniform1i, 1);
glUniform1i(context.usingTexture, 1);

// bind texture
glBindTexture(GL_TEXTURE_2D, myTextureId);


Loading…
Cancel
Save