MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDispatchCompute

Function glDispatchCompute

source/glbinding/source/gl/functions_d.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void 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
436void 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{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected