Show / Hide Table of Contents

Enum BufferAccess

Used in GL.MapBuffer, GL.MapNamedBuffer and 1 other function

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

Fields

Name Description
ReadOnly

Original was GL_READ_ONLY = 0x88B8

ReadWrite

Original was GL_READ_WRITE = 0x88BA

WriteOnly

Original was GL_WRITE_ONLY = 0x88B9

In This Article
Back to top Generated by DocFX