Enum IntelMapTexture
Used in GL.Intel.MapTexture2D
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum IntelMapTexture
Fields
Name | Description |
---|---|
LayoutDefaultIntel | Original was GL_LAYOUT_DEFAULT_INTEL = 0 |
LayoutLinearCpuCachedIntel | Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 |
LayoutLinearIntel | Original was GL_LAYOUT_LINEAR_INTEL = 1 |
TextureMemoryLayoutIntel | Original was GL_TEXTURE_MEMORY_LAYOUT_INTEL = 0x83FF |