forked from joejulian/gio
1062d4e79d
Safari's WebGL1 implementation (rightly) complains that first-class array types are not supported as function result types. Define and use a struct type instead. While we're here, use const variables instead of functions. Signed-off-by: Elias Naur <mail@eliasnaur.com>