Show / Hide Table of Contents

Enum BufferAccessArb

Used in GL.Oes.MapBuffer

Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
public enum BufferAccessArb

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