From 033becc25f9a8ec7727a42a8bb69f1417b0f6938 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 24 Feb 2007 12:58:31 +0000 Subject: [PATCH] support GL_ARB_texture_float --- stepmania/src/RageDisplay.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay.h b/stepmania/src/RageDisplay.h index 683cf12fd8..746c8a2410 100644 --- a/stepmania/src/RageDisplay.h +++ b/stepmania/src/RageDisplay.h @@ -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