mattdesl/workshop-webgl-glsl

Correction?

Closed this issue · 2 comments

Hi Matt,

in workshop-webgl-glsl/guides/glsl-syntax.md

shouldn't vec2 rgb = myRGBA.rgb; (bottom of the page)
instead be vec3 rgb = myRGBA.rgb;?

Yes, you are right! Thanks for pointing that out. 😄

No worries, thank you for creating this resource :)