Texture.getMaximumSize

Get the maximum texture size allowed.

This Maximum size is defined by the graphics driver. You can expect a value of 512 pixels for low-end graphics card, and up to 8192 pixels or more for newer hardware.

class Texture
static
uint
getMaximumSize
()

Return Value

Type: uint

Maximum size allowed for textures, in pixels.

Meta