| 429 | } |
| 430 | |
| 431 | void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) |
| 432 | { |
| 433 | return glbinding::Binding::DispatchCompute(num_groups_x, num_groups_y, num_groups_z); |
| 434 | } |
| 435 | |
| 436 | 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) |
| 437 | { |
nothing calls this directly
no outgoing calls
no test coverage detected