Show / Hide Table of Contents

Enum ArbComputeVariableGroupSize

Not used directly.

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum ArbComputeVariableGroupSize

Fields

Name Description
MaxComputeFixedGroupInvocationsArb

Original was GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB = 0x90EB

MaxComputeFixedGroupSizeArb

Original was GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB = 0x91BF

MaxComputeVariableGroupInvocationsArb

Original was GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB = 0x9344

MaxComputeVariableGroupSizeArb

Original was GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB = 0x9345

In This Article
Back to top Generated by DocFX