mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
23757b1022
Uniform buffers are byte slice backed by Go structs. However, if a uniform buffer value is embedded in a larger structure with pointers, the Cgo pointer checker will complain. Avoid the error by moving the uniform values into separate structures. Signed-off-by: Elias Naur <mail@eliasnaur.com>