Update header for forward compatibility

Change-Id: Idf38142dc073dce14741e8da005e7d2eaf9242de
This commit is contained in:
Teng-Hui Zhu
2012-04-12 09:57:04 -07:00
committed by Jean-Baptiste Queru
parent 544f89aece
commit 3d7f0cb3d9

View File

@@ -31,6 +31,10 @@ struct DrawGlInfo {
int clipRight; int clipRight;
int clipBottom; int clipBottom;
// Input: current width/height of destination surface
int width;
int height;
// Input: is the render target an FBO // Input: is the render target an FBO
bool isLayer; bool isLayer;