stephanh42 / RacketGL

Extended OpenGL bindings for Racket
Apache License 2.0
48 stars 14 forks source link

tweak for test.glsl #1

Closed jkominek closed 13 years ago

jkominek commented 13 years ago

Hi.

Your test.glsl mixes integers and floats, which at least my Mac's OpenGL drivers does not appreciate even a little bit, so it chokes and dies.

I thought I'd try this github thing and sending you a pull request instead of just an email. Hopefully this works out!

(also: thanks for making the module in the first place!)

stephanh42 commented 13 years ago

Thanks! Unfortunately some GL drivers "helpfully" support all kinds of extensions. Stephan