Browser Texture
data class BrowserTexture(val textureSetup: TextureSetup, val width: Int, val height: Int, val bgra: Boolean) : Record
Represents a texture used by the browser.
Parameters
texture Setup
The texture setup object.
width
The width of the texture.
height
The height of the texture.
bgra
Whether the texture is in BGRA format (true) or RGBA format (false).