 | 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)
Syntaxpublic static int[] CompressedTextureFormats { get; }
Public Shared ReadOnly Property CompressedTextureFormats As Integer()
Get
public:
static property array<int>^ CompressedTextureFormats {
array<int>^ get ();
}
static member CompressedTextureFormats : int[] with get
Property Value
Type:
Int32A list of compressed texture formats.
Remarks
May be empty.
OpenGL API: glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS/GL_COMPRESSED_TEXTURE_FORMATS)
See Also