Show / Hide Table of Contents

Enum ArbBufferStorage

Not used directly.

Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum ArbBufferStorage

Fields

Name Description
BufferImmutableStorage

Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F

BufferStorageFlags

Original was GL_BUFFER_STORAGE_FLAGS = 0x8220

ClientMappedBufferBarrierBit

Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000

ClientStorageBit

Original was GL_CLIENT_STORAGE_BIT = 0x0200

DynamicStorageBit

Original was GL_DYNAMIC_STORAGE_BIT = 0x0100

MapCoherentBit

Original was GL_MAP_COHERENT_BIT = 0x0080

MapPersistentBit

Original was GL_MAP_PERSISTENT_BIT = 0x0040

MapReadBit

Original was GL_MAP_READ_BIT = 0x0001

MapWriteBit

Original was GL_MAP_WRITE_BIT = 0x0002

In This Article
Back to top Generated by DocFX