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.
(cherry picked from commit
|
||
---|---|---|
.. | ||
config.cpp | ||
config.h | ||
light_storage.cpp | ||
light_storage.h | ||
material_storage.cpp | ||
material_storage.h | ||
mesh_storage.cpp | ||
mesh_storage.h | ||
particles_storage.cpp | ||
particles_storage.h | ||
render_scene_buffers_gles3.cpp | ||
render_scene_buffers_gles3.h | ||
SCsub | ||
texture_storage.cpp | ||
texture_storage.h | ||
utilities.cpp | ||
utilities.h |