X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dengfx%2Fsrc%2F3dengfx%2F3denginefx.cpp;h=9861ab1547e9dbb5f7a6cb6dbac51f65028ed677;hb=8362b2cea575d5e444d48326a704664e3a87692d;hp=899031c5bbbf5bef26092553d9d7208ea73f3628;hpb=21cb5f9bccf9d04d686e3126bfd7510dfa554d88;p=summerhack diff --git a/src/3dengfx/src/3dengfx/3denginefx.cpp b/src/3dengfx/src/3dengfx/3denginefx.cpp index 899031c..9861ab1 100644 --- a/src/3dengfx/src/3dengfx/3denginefx.cpp +++ b/src/3dengfx/src/3dengfx/3denginefx.cpp @@ -273,6 +273,7 @@ SysCaps get_system_capabilities() { // fill the SysCaps structure //SysCaps sys_caps; + sys_caps.multitex = (bool)strstr(ext_str, "GL_ARB_multitexture"); sys_caps.load_transpose = (bool)strstr(ext_str, "GL_ARB_transpose_matrix"); sys_caps.gen_mipmaps = (bool)strstr(ext_str, "GL_SGIS_generate_mipmap"); sys_caps.tex_combine_ops = (bool)strstr(ext_str, "GL_ARB_texture_env_combine");