BrowserTexture

constructor(textureSetup: TextureSetup, width: Int, height: Int, bgra: Boolean)

Parameters

textureSetup

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).