Show / Hide Table of Contents

Enum BufferUsageHint

Used in GL.BufferData, GL.NamedBufferData and 1 other function

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

Fields

Name Description
DynamicCopy

Original was GL_DYNAMIC_COPY = 0x88EA

DynamicDraw

Original was GL_DYNAMIC_DRAW = 0x88E8

DynamicRead

Original was GL_DYNAMIC_READ = 0x88E9

StaticCopy

Original was GL_STATIC_COPY = 0x88E6

StaticDraw

Original was GL_STATIC_DRAW = 0x88E4

StaticRead

Original was GL_STATIC_READ = 0x88E5

StreamCopy

Original was GL_STREAM_COPY = 0x88E2

StreamDraw

Original was GL_STREAM_DRAW = 0x88E0

StreamRead

Original was GL_STREAM_READ = 0x88E1

In This Article
Back to top Generated by DocFX