You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/api/gpudevice/createbindgrouplayout/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@ The resource layout object can be one of the following (see also {{domxref("GPUD
84
84
85
85
-`format`
86
86
- : An enumerated value specifying the required format of texture views bound to this binding. See the specification's [Texture Formats](https://gpuweb.github.io/gpuweb/#enumdef-gputextureformat) section for all the available `format` values. Also see [Tier 1 and Tier 2 texture formats](/en-US/docs/Web/API/GPUDevice/createTexture#tier_1_and_tier_2_texture_formats).
87
+
> [!NOTE]
88
+
> Use of the `bgra8unorm` format for read-only storage textures is deprecated. The specification explicitly disallows this, as this format is intended for write-only access and is not portable. Any browser support for this combination is considered a bug.
87
89
-`viewDimension` {{optional_inline}}
88
90
- : An enumerated value specifying the required dimension for texture views bound to this binding. Possible values are:
89
91
-`"1d"`: The texture is viewed as a one-dimensional image.
0 commit comments