KhronosGroup / KhronosGroup/WebGL
Missing float color buffer tests
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2.9k
- Forks
- 704
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
EXT_color_buffer_half_float
In WebGL 1.0 contexts, the 16-bit floating-point types RGB16F and RGBA16F become available as color-renderable formats. Renderbuffers can be created in these formats.
- The
EXT_color_buffer_half_floattests do not check if half-float renderbuffer creation succeeds in WebGL 1.0 with the extension enabled. - This extension is implicitly enabled by
OES_texture_half_float. The tests for the latter also do not cover successful half-float renderbuffer creation.
WEBGL_color_buffer_float
The 32-bit floating-point type
RGBA32Fbecomes available as a color-renderable format. Renderbuffers can be created in this format.
- The combined
OES_texture_float/WEBGL_color_buffer_floattests do not check if float renderbuffer creation succeeds in WebGL 1.0 with either extension enabled.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the tests for EXT_color_buffer_half_float, OES_texture_half_float, and the OES_texture_float/WEBGL_color_buffer_float combination. Run those tests first, then add WebGL 1.0 coverage showing successful half-float and float renderbuffer creation when the relevant extensions are enabled.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-graphics, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100