 | TextureMaxTextureSize Property |
Gets a rough estimate of the largest 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 MaxTextureSize { get; }
Public Shared ReadOnly Property MaxTextureSize As Integer
Get
public:
static property int MaxTextureSize {
int get ();
}
static member MaxTextureSize : int with get
Property Value
Type:
Int32
Remarks
The value must be at least 64.
OpenGL API: glGetIntegerv(GL_MAX_TEXTURE_SIZE)
See Also