Fix and clarify language around drawingBufferStorage and RGB8/RGBA8.#3759
Open
kdashg wants to merge 1 commit intoKhronosGroup:mainfrom
Open
Fix and clarify language around drawingBufferStorage and RGB8/RGBA8.#3759kdashg wants to merge 1 commit intoKhronosGroup:mainfrom
kdashg wants to merge 1 commit intoKhronosGroup:mainfrom
Conversation
Two functional changes here: 1. Allow RGB8 for drawingBufferStorage, because it's a normal value for drawingBufferFormat. 2. As such, add RGB8 to WebGL1RenderingContext. But also: Clarify that this doesn't mean you can use it for e.g. texImage2D. Fixes KhronosGroup#3669.
Contributor
Author
|
@lexaknyazev FYI ^ |
Member
|
Thanks Kelsey for this contribution! WebGL WG 2026-02-19: resolved to incorporate this, but want to update the conformance tests at the same time. We'd prefer to make those changes and push them to this branch before merging. Or, Kelsey, if it's possible for you to make those updates in this PR we'd appreciate it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two functional changes here:
But also: Clarify that this doesn't mean you can use it for e.g. texImage2D.
Fixes #3669.