We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba15e9 commit 503d505Copy full SHA for 503d505
1 file changed
jme3-core/src/main/java/com/jme3/renderer/opengl/GLRenderer.java
@@ -566,7 +566,7 @@ private void loadCapabilitiesCommon() {
566
caps.add(Caps.FrameBufferBlit);
567
}
568
569
- if (hasExtension("GL_EXT_framebuffer_multisample") || caps.contains(Caps.OpenGL30)
+ if (hasExtension("GL_EXT_framebuffer_multisample")
570
|| caps.contains(Caps.OpenGLES30) || caps.contains(Caps.WebGL)) {
571
caps.add(Caps.FrameBufferMultisample);
572
limits.put(Limits.FrameBufferSamples, getInteger(GLExt.GL_MAX_SAMPLES_EXT));
0 commit comments