kovasb / gamma

glsl shaders made simple
Eclipse Public License 1.0
306 stars 20 forks source link

Disallow attributes with :int type #19

Open sgrove opened 9 years ago

sgrove commented 9 years ago

Seems like it's not allowed http://stackoverflow.com/questions/27874983/webgl-how-to-use-integer-attributes-in-glsl - if not, it's better to fail early with an explanatory error message.