1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00
Files
godot/drivers
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
..
2022-01-13 16:00:37 +01:00
2022-02-17 10:39:06 +01:00
2022-02-17 10:39:06 +01:00
2022-01-13 16:00:37 +01:00
2022-01-13 16:00:37 +01:00
2020-10-16 10:34:47 +01:00