DriverProperties

data class DriverProperties(val maxRenderTargetSamples: Int, val maxTextureSamples: Int, val maxTextureSize: Int)(source)

Represents the properties and capabilities of a graphics driver.

Constructors

Link copied to clipboard
constructor(maxRenderTargetSamples: Int, maxTextureSamples: Int, maxTextureSize: Int)

Properties

Link copied to clipboard

The maximum number of samples supported for render targets.

Link copied to clipboard

The maximum number of samples supported for textures.

Link copied to clipboard

The maximum size (in pixels) supported for textures, typically referring to the largest dimension.