Enum ImgTextureCompressionPvrtc
Not used directly.
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[CLSCompliant(false)]
public enum ImgTextureCompressionPvrtc
Fields
Name | Description |
---|---|
CompressedRgbaPvrtc2Bppv1Img | Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 |
CompressedRgbaPvrtc4Bppv1Img | Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 |
CompressedRgbPvrtc2Bppv1Img | Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 |
CompressedRgbPvrtc4Bppv1Img | Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 |