less than 1 minute read

http://webglfundamentals.org/webgl/lessons/webgl-image-processing.html

http://webglfundamentals.org/webgl/lessons/webgl-and-alpha.html

  • gl = canvas.getContext(“webgl”, {
  • premultipliedAlpha: false // Ask non-premultiplied alpha
  • });

ss


🔗original-link

Updated: