Click or drag to resize

TextureCompressedTextureFormats Property

Gets a list of symbolic constants indicating which compressed texture formats are available.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int[] CompressedTextureFormats { get; }

Property Value

Type: Int32
A list of compressed texture formats.
Remarks
May be empty.

OpenGL API: glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS/GL_COMPRESSED_TEXTURE_FORMATS)

See Also