virtualx-engine/drivers/gles2
lawnjelly 614dc363ab 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.
2022-02-14 10:56:06 +00:00
..
shaders Don't use prepass threshold with alpha scissor 2022-02-11 12:01:15 +01:00
rasterizer_canvas_base_gles2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_canvas_base_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_canvas_gles2.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
rasterizer_canvas_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_gles2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_scene_gles2.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
rasterizer_scene_gles2.h Merge pull request #54165 from Calinou/directional-shadow-runtime-change-3.x 2022-01-22 15:25:09 +01:00
rasterizer_storage_gles2.cpp Fix GL buffer upload size bugs 2022-02-14 10:56:06 +00:00
rasterizer_storage_gles2.h Fix GL buffer upload size bugs 2022-02-14 10:56:06 +00: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 15:54:13 +01:00
shader_compiler_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_gles2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00