Skip to content

Commit b7094fe

Browse files
committed
Address reviewer's comments
1 parent 15f5222 commit b7094fe

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

spec/index.bs

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16701,7 +16701,8 @@ and also allows textures of that format to be blended, multisampled, and resolve
1670116701

1670216702
This feature adds no [=optional API surfaces=].
1670316703

16704-
Note that enabling {{GPUFeatureName/"texture-formats-tier1"}} will also enable {{GPUFeatureName/"rg11b10ufloat-renderable"}}.
16704+
Enabling {{GPUFeatureName/"texture-formats-tier1"}} at device creation will also enable
16705+
{{GPUFeatureName/"rg11b10ufloat-renderable"}}.
1670516706

1670616707
<h3 id=bgra8unorm-storage data-dfn-type=enum-value data-dfn-for=GPUFeatureName>`"bgra8unorm-storage"`
1670716708
</h3>
@@ -16783,17 +16784,8 @@ capabilities on below {{GPUTextureFormat}}s:
1678316784
- {{GPUTextureFormat/"rg8snorm"}}
1678416785
- {{GPUTextureFormat/"rgba8snorm"}}
1678516786

16786-
Enables {{GPUFeatureName/"rg11b10ufloat-renderable"}}, which means calling
16787-
16788-
<pre highlight=js>
16789-
requestDevice({ requiredFeatures: ['texture-formats-tier1'] })
16790-
</pre>
16791-
16792-
gives you a device with
16793-
16794-
<pre highlight=js>
16795-
device.features.has('rg11b10ufloat-renderable')
16796-
</pre>
16787+
Enabling {{GPUFeatureName/"texture-formats-tier1"}} at device creation will also enable
16788+
{{GPUFeatureName/"rg11b10ufloat-renderable"}}.
1679716789

1679816790
Allows the {{GPUStorageTextureAccess/"read-only"}} or {{GPUStorageTextureAccess/"write-only"}}
1679916791
{{GPUStorageTextureAccess}} on below {{GPUTextureFormat}}s:

0 commit comments

Comments
 (0)