Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
I deleted the wrong thing...
  • Loading branch information
kainino0x committed Feb 2, 2021
commit 50a9970472b36fb59f5eab74989fd209ebd866c7
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,7 @@ enum GPUTextureAspect {
The name of the format specifies the order of components, bits per component,
and data type for the component.

* `r`, `g`, `b`, `a` = red, green, blue, alpha
* `unorm` = unsigned normalized
* `snorm` = signed normalized
* `uint` = unsigned int
Expand Down Expand Up @@ -4214,7 +4215,6 @@ that will be used is known at pipline creation time.
The name of the format specifies the order of components, bits per component,
and data type for the component.

* `r`, `g`, `b`, `a` = red, green, blue, alpha
* `unorm` = unsigned normalized
* `snorm` = signed normalized
* `uint` = unsigned int
Expand Down