Skip to content
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

Support bgra8unorm-storage extension #3359

Closed
teoxoy opened this issue Jan 6, 2023 · 0 comments · Fixed by #4228
Closed

Support bgra8unorm-storage extension #3359

teoxoy opened this issue Jan 6, 2023 · 0 comments · Fixed by #4228
Labels
type: enhancement New feature or request

Comments

@teoxoy
Copy link
Member

teoxoy commented Jan 6, 2023

Prerequisite: gfx-rs/naga#2195.

Metal supports this.

DX12 optionally supports this (see gpuweb/gpuweb#3640 (comment)).
DX11 doesn't support this.
There is a possible workaround that we can implement if we want (see gpuweb/gpuweb#3640 (comment)).

Vulkan optionally supports this if the format supports STORAGE_WRITE_WITHOUT_FORMAT_BIT (see KhronosGroup/Vulkan-Docs#2027 (comment)).

@teoxoy teoxoy added the type: enhancement New feature or request label Jan 6, 2023
@teoxoy teoxoy added this to the WebGPU Specification V1 milestone Jan 6, 2023
@teoxoy teoxoy changed the title Support bgra8unorm as storage textures Support bgra8unorm-storage extension Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant