glew/generated/lib_glad/lib_glad_arb_compute_shader
library
Functions
-
glDispatchCompute(int numGroupsX, int numGroupsY, int numGroupsZ)
→ void
-
define glDispatchCompute GLEW_GET_FUN(__glewDispatchCompute)
GLEW_FUN_EXPORT PFNGLDISPATCHCOMPUTEPROC __glewDispatchCompute
typedef void (GLAPIENTRY * PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
-
glDispatchComputeIndirect(int indirect)
→ void
-
define glDispatchComputeIndirect GLEW_GET_FUN(__glewDispatchComputeIndirect)
GLEW_FUN_EXPORT PFNGLDISPATCHCOMPUTEINDIRECTPROC __glewDispatchComputeIndirect
typedef void (GLAPIENTRY * PFNGLDISPATCHCOMPUTEINDIRECTPROC) (GLintptr indirect)