Enum TextureAccess
Used in GL.BindImageTexture
Namespace: OpenTK.Graphics.OpenGL4
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 |