From 023c8f18e396e2e1578cd5844e4b0ce392e4e0e6 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 15 Aug 2025 21:24:21 +0300 Subject: [PATCH] Fix typo in docs comment Signed-off-by: falkTX --- dgl/OpenGL.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgl/OpenGL.hpp b/dgl/OpenGL.hpp index c55e099e..01f15a2a 100644 --- a/dgl/OpenGL.hpp +++ b/dgl/OpenGL.hpp @@ -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);