forked from joejulian/gio
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>