-
Notifications
You must be signed in to change notification settings - Fork 361
Refine the supported swapchain formats #2522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@kainino0x PTAL |
|
@kainino0x BTW, could you please add me into the gpuweb member group, so that I could work on cts/spec more conveniently? Thanks! |
Invite sent! |
kainino0x
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (although let's give the PR some time for other people to see it).
As for the exact set of formats we're adding here, this looks good but I commented here we still need to evaluate rgb10a2 and make sure it doesn't run into any implementation issues.
#1231 (comment)
This removes the "-srgb" formats, and adds "rgba16float". Fixes: gpuweb#1231
|
Thanks @kainino0x . Sounds fair regarding rgb10a2unorm. Let's add it later in another PR. |
This removes the "-srgb" formats, and adds "rgba16float" and "rgb10a2unorm".
Fixes: #1231
Preview | Diff