Show / Hide Table of Contents

Enum TextureAccess

Used in GL.BindImageTexture

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

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