Enum TextureTarget2d
Used in GL.CompressedTexImage2D, GL.CompressedTexSubImage2D and 7 other functions
Namespace: OpenTK.Graphics.ES30
Assembly: cs.temp.dll.dll
Syntax
public enum TextureTarget2d
Fields
| Name | Description |
|---|---|
| Texture2D | Original was GL_TEXTURE_2D = 0x0DE1 |
| TextureCubeMapNegativeX | Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 |
| TextureCubeMapNegativeY | Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 |
| TextureCubeMapNegativeZ | Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A |
| TextureCubeMapPositiveX | Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 |
| TextureCubeMapPositiveY | Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 |
| TextureCubeMapPositiveZ | Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 |