Commit 53b10fb
committed
Allow bgra8unorm in pipeline layout be compatible with rgba8unorm in 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.1 parent baf40d9 commit 53b10fb
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7011 | 7011 | | |
7012 | 7012 | | |
7013 | 7013 | | |
| 7014 | + | |
| 7015 | + | |
| 7016 | + | |
7014 | 7017 | | |
7015 | 7018 | | |
7016 | 7019 | | |
| |||
0 commit comments