webgl-operate icon indicating copy to clipboard operation
webgl-operate copied to clipboard

implement explicit test for rendering to float textures

Open cgcostume opened this issue 7 years ago • 0 comments

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.

cgcostume avatar Jan 19 '18 09:01 cgcostume