Skip to content

Allow bgra8unorm in pipeline layout be compatible with rgba8unorm in …#3667

Closed
Jiawei-Shao wants to merge 1 commit intogpuweb:mainfrom
Jiawei-Shao:allow-bgra8unorm-pipeline-layout-match-rgba8-wgsl
Closed

Allow bgra8unorm in pipeline layout be compatible with rgba8unorm in …#3667
Jiawei-Shao wants to merge 1 commit intogpuweb:mainfrom
Jiawei-Shao:allow-bgra8unorm-pipeline-layout-match-rgba8-wgsl

Conversation

@Jiawei-Shao
Copy link
Copy Markdown
Contributor

…WGSL

This patch allows the bgra8unorm storage texture format be compatible with the WGSL texel format rgba8unorm when the optional feature "bgra8unorm-storage" is enabled as WGSL doesn't support bgra8unorm as a valid texel format.

…WGSL

This patch allows the bgra8unorm storage texture format be compatible
with the WGSL texel format `rgba8unorm` when the optional feature
"bgra8unorm-storage" is enabled as WGSL doesn't support `bgra8unorm` as
a valid texel format.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 7, 2022

Previews, as seen when this build job started (53b10fb):
WebGPU webgpu.idl | Explainer | Correspondence Reference
WGSL grammar.js | wgsl.lalr.txt

@kainino0x kainino0x added this to the V1.0 milestone Dec 8, 2022
@kainino0x
Copy link
Copy Markdown
Contributor

Closing in favor of #3640

@kainino0x kainino0x closed this Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants