Show / Hide Table of Contents

Enum ImgtextureCompressionPvrtc

Not used directly.

Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[Obsolete("Use enum with correct capitalisation instead.")]
[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

ImgTextureCompressionPvrtc

Original was GL_IMG_texture_compression_pvrtc = 1

In This Article
Back to top Generated by DocFX