support GL_ARB_texture_float
This commit is contained in:
@@ -130,7 +130,8 @@ struct RenderTargetParam
|
|||||||
iWidth(0),
|
iWidth(0),
|
||||||
iHeight(0),
|
iHeight(0),
|
||||||
bWithDepthBuffer(false),
|
bWithDepthBuffer(false),
|
||||||
bWithAlpha(false)
|
bWithAlpha(false),
|
||||||
|
bFloat(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -139,6 +140,7 @@ struct RenderTargetParam
|
|||||||
|
|
||||||
bool bWithDepthBuffer;
|
bool bWithDepthBuffer;
|
||||||
bool bWithAlpha;
|
bool bWithAlpha;
|
||||||
|
bool bFloat;
|
||||||
};
|
};
|
||||||
|
|
||||||
class RageDisplay
|
class RageDisplay
|
||||||
|
|||||||
Reference in New Issue
Block a user