Closed vorg closed 6 months ago
The question is: are capabalities detecting "extension presence" or WebGL (1 or 2) "functionality".
Note: textureFilterAnisotropic and textureFloatLinear are still extensions in WebGL2 and not enabled by default.
textureHalfFloatLinear is according to:
The question is: are capabalities detecting "extension presence" or WebGL (1 or 2) "functionality".
ctx.capabilities explicit if an extension is supported, regardless of the version eg. if support was added by default in WebGL 2, capability is true.
All above fixed in v3.
Currently e.g. ctx.capabilities.textureHalfFloat is false for WebGL2 context.