Enum CompressedInternalFormat
Used in GL.CompressedTexImage2D, GL.CompressedTexImage3D and 1 other function
Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum CompressedInternalFormat
Fields
Name | Description |
---|---|
CompressedR11Eac | Original was GL_COMPRESSED_R11_EAC = 0x9270 |
CompressedRg11Eac | Original was GL_COMPRESSED_RG11_EAC = 0x9272 |
CompressedRgb8Etc2 | Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 |
CompressedRgb8PunchthroughAlpha1Etc2 | Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 |
CompressedRgba8Etc2Eac | Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 |
CompressedSignedR11Eac | Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 |
CompressedSignedRg11Eac | Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 |
CompressedSrgb8Alpha8Etc2Eac | Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 |
CompressedSrgb8Etc2 | Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 |
CompressedSrgb8PunchthroughAlpha1Etc2 | Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 |
Etc1Rgb8Oes | Original was GL_ETC1_RGB8_OES = 0x8D64 |