<https://webglfundamentals.org/webgl/lessons/resou...
# thinking-together
k
https://webglfundamentals.org/webgl/lessons/resources/webgl-state-diagram.html
This is an attempt to give a visual representation of most of WebGL’s internal state. WebGL is really just an API to run shaders. The only functions that actually effect pixels are 
gl.clear
gl.drawArrays
 and 
gl.drawElements
. That’s it! All other API calls just setup internal state for when those 3 functions are called.
❤️ 6
d
Could you do one for me for Vulkan? ThxM8 😄
just setup internal state
😄
i
This was very recently posted in #CE1R695T7, and @Scott Anderson shared some thoughts on it there.