 | TextureMaxCubeMapTextureSize Property |
Gets a rough estimate of the largest cube-map texture that the GL can handle.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int MaxCubeMapTextureSize { get; }
Public Shared ReadOnly Property MaxCubeMapTextureSize As Integer
Get
public:
static property int MaxCubeMapTextureSize {
int get ();
}
static member MaxCubeMapTextureSize : int with get
Property Value
Type:
Int32
Remarks
The value must be at least 16.
OpenGL API: glGetIntegerv(GL_MAX_CUBE_MAP_TEXTURE_SIZE)
See Also