Function gl::DispatchCompute

source ·
pub unsafe fn DispatchCompute(
    num_groups_x: GLuint,
    num_groups_y: GLuint,
    num_groups_z: GLuint
)