support GL_ARB_texture_float

This commit is contained in:
Glenn Maynard
2007-02-24 12:58:31 +00:00
parent a93dbf3778
commit 033becc25f
+3 -1
View File
@@ -130,7 +130,8 @@ struct RenderTargetParam
iWidth(0),
iHeight(0),
bWithDepthBuffer(false),
bWithAlpha(false)
bWithAlpha(false),
bFloat(false)
{
}
@@ -139,6 +140,7 @@ struct RenderTargetParam
bool bWithDepthBuffer;
bool bWithAlpha;
bool bFloat;
};
class RageDisplay