mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +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.