Static methods
Variables
Methods
copyTexture(from:Texture, to:Texture):Bool
Returns true if we could copy the texture, false otherwise (not supported by driver or mismatch in size/format)
copyTexture(from:Texture, to:Texture):Bool
Returns true if we could copy the texture, false otherwise (not supported by driver or mismatch in size/format)
setRenderTarget(tex:Null<Texture>, layer:Int = 0, mipLevel:Int = 0, depthBinding:DepthBinding = ReadWrite):Void