draw commands

This commit is contained in:
Gregory Wells
2025-08-19 08:50:00 -04:00
parent 55605b6d5f
commit 50d8a669b3
3 changed files with 22 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ gnCommandFunctions loadOpenGLCommandFunctions() {
._gnCommandBindUniform = NULL,
._gnCommandPushConstant = NULL,
._gnCommandBindBuffer = NULL,
._gnCommandDraw = NULL,
._gnCommandDrawIndexed = NULL,
._gnCommandBindBuffer = openglBindBuffer,
._gnCommandDraw = openglDraw,
._gnCommandDrawIndexed = openglDrawIndexed,
};
}