Hacker News new | ask | show | jobs
How to send data to WebGL shaders (garden.bradwoods.io)
2 points by bradwoodsio 685 days ago
1 comments

Your 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!