Browse Source

GL_ARB_multisample mainstream as of 1.3

David Rose 16 years ago
parent
commit
472d40b850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx

+ 1 - 1
panda/src/glstuff/glGraphicsStateGuardian_src.cxx

@@ -695,7 +695,7 @@ reset() {
 #endif
 
   _supports_multisample =
-    has_extension("GL_ARB_multisample");
+    has_extension("GL_ARB_multisample") || is_at_least_gl_version(1, 3);
 
 #ifndef OPENGLES_2
   _supports_generate_mipmap = false;