Static methods

staticdebug(f:() ‑> Void):Void

Constructor

new(driver:Driver)

Variables

@:value(null)logLines:Array<String> = null

Methods

Inherited Variables

Defined by Driver

Inherited Methods

Defined by Driver

allocInstanceBuffer(b:InstanceBuffer, bytes:Bytes):Void

capturePixels(tex:Texture, layer:Int, mipLevel:Int, ?region:IBounds):Pixels

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)

endQuery(q:Query):Void

generateMipMaps(texture:Texture):Void

inlinelog(str:String):Void

readIndexBytes(v:IndexBuffer, startVertex:Int, vertexCount:Int, buf:Bytes, bufPos:Int):Void

readVertexBytes(v:VertexBuffer, startVertex:Int, vertexCount:Int, buf:Bytes, bufPos:Int):Void

setRenderFlag(r:RenderFlag, value:Int):Void