Show / Hide Table of Contents

Enum ArbComputeShader

Not used directly.

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

Fields

Name Description
AtomicCounterBufferReferencedByComputeShader

Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED

ComputeShader

Original was GL_COMPUTE_SHADER = 0x91B9

ComputeShaderBit

Original was GL_COMPUTE_SHADER_BIT = 0x00000020

ComputeWorkGroupSize

Original was GL_COMPUTE_WORK_GROUP_SIZE = 0x8267

DispatchIndirectBuffer

Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE

DispatchIndirectBufferBinding

Original was GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90EF

MaxCombinedComputeUniformComponents

Original was GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266

MaxComputeAtomicCounterBuffers

Original was GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264

MaxComputeAtomicCounters

Original was GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265

MaxComputeImageUniforms

Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD

MaxComputeSharedMemorySize

Original was GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262

MaxComputeTextureImageUnits

Original was GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91BC

MaxComputeUniformBlocks

Original was GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91BB

MaxComputeUniformComponents

Original was GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263

MaxComputeWorkGroupCount

Original was GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91BE

MaxComputeWorkGroupInvocations

Original was GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90EB

MaxComputeWorkGroupSize

Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF

UniformBlockReferencedByComputeShader

Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC

In This Article
Back to top Generated by DocFX