A partial archive of discourse.wicg.io as of Saturday February 24, 2024.

WebGL 2.1 and object-oriented WebGL?

capitalknew
2017-08-18

Hello. Will WebGL support compute shaders, SSBO etc? WIll object oriented and adapted version of WebGL (with full Ecmascript 7 support)?

AshleyScirra
2017-08-18

I’m not sure if WebGL 2.1 is happening, but AFAIK a lot of work is going in to WebGPU right now, which is a more Vulkan-like API for the web.

Making an object-oriented version is probably more the job of a library wrapper.