mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
According to the docs: https://registry.khronos.org/OpenGL-Refpages/es3.0/html/glGetSynciv.xhtml Bufsize is in integers, not bytes. The current code overflows data unto other stack variables.