OpenGLRaw-2.6.1.1: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2015
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.Raw.ARB.ComputeVariableGroupSize

Contents

Description

 

Synopsis

Extension Support

gl_ARB_compute_variable_group_size :: Bool Source

Is the ARB_compute_variable_group_size extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetARBComputeVariableGroupSize in those cases instead.

Enums

Functions

glDispatchComputeGroupSizeARB Source

Arguments

:: MonadIO m 
=> GLuint

num_groups_x.

-> GLuint

num_groups_y.

-> GLuint

num_groups_z.

-> GLuint

group_size_x.

-> GLuint

group_size_y.

-> GLuint

group_size_z.

-> m ()