Bryan Turley

Results 14 comments of Bryan Turley

David Crawshaw just finish one with go.mobile, it uses build tags instead which i think is probably better than switching packages like I was doing. https://code.google.com/p/go/source/browse/?repo=mobile#hg%2Fgl However I would not...

Also David doesn't have a choice with GLES 2.0 but ARB_debug_output is a absurdly more useful than glError() given the async nature of opengl. Not all errors can be reported...

If you don't want to write one from scratch you can contribute to mine. https://github.com/bryanturley/glgen2 eats the xml spits out https://github.com/bryanturley/gl Still a work in progress but give me a...

I recommend using xml.Unmarshal to read the xml, it actually works quite well. https://codereview.appspot.com/9835047/ and this is saving a ton of space and compile time for me, but then your...