godot/drivers/gles3/storage
A Thousand Ships 4e539028fb Fix memory access error for MultiMesh with GLES3
Buffer was incorrectly assigned when invalid data was provided

(cherry picked from commit 6cb28e481f)
2023-09-20 22:44:04 +02:00
..
config.cpp Refactor high quality texture import 2023-01-30 15:53:23 +01:00
config.h Refactor high quality texture import 2023-01-30 15:53:23 +01:00
light_storage.cpp Add RENDERING_INFO parameters to GL Compatibility renderer 2023-06-16 09:10:00 +02:00
light_storage.h (Re-)Implemented Light3D's property "shadow_reverse_cull_face" 2023-05-19 19:22:10 +02:00
material_storage.cpp Add warnings and fallbacks for particles sub emitters when using the GL Compatibility rendering backend 2023-06-21 12:56:52 -07:00
material_storage.h Ensure that "detect 3D" is only called when using 3D shaders 2023-06-13 13:20:11 -07:00
mesh_storage.cpp Fix memory access error for MultiMesh with GLES3 2023-09-20 22:44:04 +02:00
mesh_storage.h Allow for external python scripts to call the build python headers via external scripts 2023-03-19 21:18:52 -07:00
particles_storage.cpp Initialize particles instance buffer in case it is used before being updated 2023-07-10 17:11:22 +02:00
particles_storage.h Allow for external python scripts to call the build python headers via external scripts 2023-03-19 21:18:52 -07:00
render_scene_buffers_gles3.cpp Improving communication of scaling settings to renderer implementation 2023-01-13 12:54:15 +11:00
render_scene_buffers_gles3.h Improving communication of scaling settings to renderer implementation 2023-01-13 12:54:15 +11:00
SCsub
texture_storage.cpp Use a filter with mipmaps when initializing textures with mipmaps in GL Compatibility renderer 2023-06-26 10:45:24 -07:00
texture_storage.h GLES3: Don't call glTexParameter* for invalid filter and repeat modes 2023-08-31 20:19:31 +02:00
utilities.cpp Add RENDERING_INFO parameters to GL Compatibility renderer 2023-06-16 09:10:00 +02:00
utilities.h Add RENDERING_INFO parameters to GL Compatibility renderer 2023-06-16 09:10:00 +02:00