Show / Hide Table of Contents

Enum GetProgramParameterName

Not used directly.

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
public enum GetProgramParameterName

Fields

Name Description
ActiveAttributeMaxLength

Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A

ActiveAttributes

Original was GL_ACTIVE_ATTRIBUTES = 0x8B89

ActiveUniformMaxLength

Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87

ActiveUniforms

Original was GL_ACTIVE_UNIFORMS = 0x8B86

AttachedShaders

Original was GL_ATTACHED_SHADERS = 0x8B85

DeleteStatus

Original was GL_DELETE_STATUS = 0x8B80

GlActiveAtomicCounterBuffers

Original was GL_GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9

GlComputeWorkGroupSize

Original was GL_GL_COMPUTE_WORK_GROUP_SIZE = 0x8267

InfoLogLength

Original was GL_INFO_LOG_LENGTH = 0x8B84

LinkStatus

Original was GL_LINK_STATUS = 0x8B82

ProgramBinaryRetrievableHint

Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257

ProgramSeparable

Original was GL_PROGRAM_SEPARABLE = 0x8258

ValidateStatus

Original was GL_VALIDATE_STATUS = 0x8B83

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX