Try different variable name, only one <Filter>.
We'll get this figured out...
This commit is contained in:
@@ -445,11 +445,9 @@
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter Name="extern" >
|
||||
<Filter Name="glew-1.5.8" >
|
||||
<File RelativePath="..\extern\glew-1.5.8\src">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter Name="glew-1.5.8" >
|
||||
<File RelativePath="..\extern\glew-1.5.8\src">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Screens"
|
||||
|
||||
@@ -351,7 +351,7 @@ void RenderTarget_Win32::Create(const RenderTargetParam ¶m, int &iTextureWid
|
||||
|
||||
GLenum internalformat;
|
||||
GLenum type = param.bWithAlpha? GL_RGBA:GL_RGB;
|
||||
if( param.bFloat && m_bGL_ARB_texture_float )
|
||||
if( param.bFloat && GLEW_ARB_texture_float )
|
||||
internalformat = param.bWithAlpha? GL_RGBA16F_ARB:GL_RGB16F_ARB;
|
||||
else
|
||||
internalformat = param.bWithAlpha? GL_RGBA8:GL_RGB8;
|
||||
|
||||
Reference in New Issue
Block a user