mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
fc955fa89f
MSAA support is built into GLES3 core, eliminating the need to check for GL_EXT_framebuffer_multisample, which was necessary only in GLES2 due to the lack of inherent multisample framebuffer support. This commit corrects an oversight from GLES2-based code, ensuring compatibility with GLES3 where multisampling is natively supported without extensions. |
||
---|---|---|
.. | ||
effects | ||
environment | ||
shaders | ||
storage | ||
rasterizer_canvas_gles3.cpp | ||
rasterizer_canvas_gles3.h | ||
rasterizer_gles3.cpp | ||
rasterizer_gles3.h | ||
rasterizer_scene_gles3.cpp | ||
rasterizer_scene_gles3.h | ||
SCsub | ||
shader_gles3.cpp | ||
shader_gles3.h |