1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_ARB_compute_variable_group_size

8 lines
505 B
Text

GL_ARB_compute_variable_group_size
http://www.opengl.org/registry/specs/gl/ARB/compute_variable_group_size.txt
GL_ARB_compute_variable_group_size
GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB 0x90EB
GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB 0x91BF
GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB 0x9344
GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB 0x9345
void glDispatchComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z)