diff --git a/lime/graphics/ConsoleRenderContext.hx b/lime/graphics/ConsoleRenderContext.hx index adedb40a2..4e2c5b8aa 100644 --- a/lime/graphics/ConsoleRenderContext.hx +++ b/lime/graphics/ConsoleRenderContext.hx @@ -75,6 +75,8 @@ extern class ConsoleRenderContext { public function draw (primitive:Primitive, startVertex:UInt32, primitiveCount:UInt32):Void; public function drawIndexed (primitive:Primitive, vertexCount:UInt32, startIndex:UInt32, primitiveCount:UInt32):Void; + public function debugReadFrameBuffer (dest:Pointer, width:Int, height:Int):Void; + private function get_width ():Int; private function get_height ():Int;