cginternals / cginternals/webgl-operate
implement explicit test for rendering to float textures
Open
- Dominant language
- TypeScript
- Stars
- 170
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the WebGL1 capability checks involving OES_texture_float and WEBGL_color_buffer_float. Add an explicit rendering test for float textures, and verify that it detects whether rendering is possible even when the browser does not report WEBGL_color_buffer_float.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- computer-graphics, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100