OpenGL2: Use loader for all extension funcs.
This commit is contained in:
parent
2ef99c8528
commit
716438168f
9 changed files with 158 additions and 288 deletions
|
@ -3526,7 +3526,7 @@ void RE_LoadWorldMap( const char *name ) {
|
|||
R_BindNullVao();
|
||||
|
||||
// Render or load all cubemaps
|
||||
if (r_cubeMapping->integer && tr.numCubemaps)
|
||||
if (r_cubeMapping->integer && tr.numCubemaps && glRefConfig.framebufferObject)
|
||||
{
|
||||
R_LoadCubemaps();
|
||||
R_RenderMissingCubemaps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue