webgl-operate
webgl-operate copied to clipboard
implement explicit test for rendering to float textures
Especially for WebGL1 where OES_texture_float
is not fully indicative if rendering to float textures is possible. WEBGL_color_buffer_float
should tell us if it is possible, but even when it is, the extension is often not reported by browsers.