From ea5b00528b0cb1e5cc1e7169a195b75915c8607a Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 29 May 2016 11:49:13 +0200 Subject: Improved render to texture Support render texture size different than screen size --- src/rlgl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rlgl.h') diff --git a/src/rlgl.h b/src/rlgl.h index fa35dbc6..a3ba6cd5 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -247,6 +247,7 @@ void rlScalef(float x, float y, float z); // Multiply the current matrix b void rlMultMatrixf(float *mat); // Multiply the current matrix by another matrix void rlFrustum(double left, double right, double bottom, double top, double near, double far); void rlOrtho(double left, double right, double bottom, double top, double near, double far); +void rlViewport(int x, int y, int width, int height); // Set the viewport area //------------------------------------------------------------------------------------ // Functions Declaration - Vertex level operations -- cgit v1.2.3