How to send data to WebGL shaders
garden.bradwoods.io
How to send data to WebGL shaders
1–3 of 3 posts
Re: How to send data to WebGL shaders
#2Your website looks great! BTW, there are some syntax changes in WebGL2, namely attribute and varying -> in and out.
https://webgl2fundamentals.org/webgl/lessons/webgl1-to-webgl...
Re: How to send data to WebGL shaders
#3Your website looks great! BTW, there are some syntax changes in WebGL2, namely attribute and varying -> in and out. https://webgl2fundamentals.org/webgl/lessons/webgl1-to-webgl...
thanks for the info!