implementing opengl binds group

This commit is contained in:
2025-04-06 20:00:20 +02:00
parent fd6bc036b8
commit 849fc458e2
13 changed files with 560 additions and 8 deletions

View File

@@ -54,6 +54,15 @@ typedef enum OpenGLCommandType
OPENGL_COMMAND_END_ENUM
} OpenGLCommandType;
typedef enum OpenGLBindsGroupType
{
OPENGL_BINDS_GROUP_READ_ONLY,
OPENGL_BINDS_GROUP_READ_WRITE,
OPENGL_BINDS_GROUP_UNIFORM,
OPENGL_BINDS_GROUP_END_ENUM
} OpenGLBindsGroupType;
#endif // PULSE_OPENGL_ENUMS_H_
#endif // PULSE_ENABLE_OPENGL_BACKEND