mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
implementing opengl binds group
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user