godot/drivers/gles2
lawnjelly f911ec589d
Fix GL buffer upload size bugs
Wrapper functions for uploading buffers to OpenGL take all sizes and offsets in bytes. Some buffer sizes are specified as units (e.g. float) so require conversion to bytes when calling the buffer upload functions.

Two such bugs have been fixed in blendshapes, and parameter names and comments have been changed to emphasize that sizes should be in bytes.

In addition DEV_ASSERTS in the upload wrappers have been changed to ERR_FAIL.

(cherry picked from commit 614dc363ab)
2022-02-17 10:39:06 +01:00
..
shaders Trunc shader function fixed 2021-12-21 12:23:19 +01:00
rasterizer_canvas_base_gles2.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_canvas_base_gles2.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_canvas_gles2.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_canvas_gles2.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_gles2.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_gles2.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_scene_gles2.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_scene_gles2.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
rasterizer_storage_gles2.cpp Fix GL buffer upload size bugs 2022-02-17 10:39:06 +01:00
rasterizer_storage_gles2.h Fix GL buffer upload size bugs 2022-02-17 10:39:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_compiler_gles2.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
shader_compiler_gles2.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
shader_gles2.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
shader_gles2.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00