mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-27 15:24:25 +00:00
ref_gl: remove complete useless macro, enable VBO under option
This commit is contained in:
parent
4acd0e5304
commit
287381d5ca
@ -1792,11 +1792,7 @@ void R_GenerateVBO( void )
|
|||||||
R_ClearVBO();
|
R_ClearVBO();
|
||||||
|
|
||||||
// we do not want to write vbo code that does not use multitexture
|
// we do not want to write vbo code that does not use multitexture
|
||||||
#if ALLOW_VBO
|
if( !GL_Support( GL_ARB_VERTEX_BUFFER_OBJECT_EXT ) || !GL_Support( GL_ARB_MULTITEXTURE ) || glConfig.max_texture_units < 2 || !gEngfuncs.Sys_CheckParm("-gl-allow-vbo-dontuse") )
|
||||||
if( !GL_Support( GL_ARB_VERTEX_BUFFER_OBJECT_EXT ) || !GL_Support( GL_ARB_MULTITEXTURE ) || glConfig.max_texture_units < 2 )
|
|
||||||
#else
|
|
||||||
if( 1 )
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
gEngfuncs.Cvar_FullSet( "gl_vbo", "0", FCVAR_READ_ONLY );
|
gEngfuncs.Cvar_FullSet( "gl_vbo", "0", FCVAR_READ_ONLY );
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user