Skip to content

Commit afba5c5

Browse files
committed
WIP name/namespacing tweaks (requires webgpu-native#583)
1 parent 6fb8407 commit afba5c5

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

webgpu.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,15 @@ enums:
826826
- name: external_texture_binding_entry
827827
doc: |
828828
TODO
829+
- name: compatibility_mode_limits
830+
doc: |
831+
TODO
832+
# Prefixed entries below this point
833+
- name: texture_binding_view_dimension
834+
namespace: compatibility_mode
835+
value: 0
836+
doc: |
837+
TODO
829838
- name: sampler_binding_type
830839
doc: |
831840
TODO
@@ -1947,7 +1956,12 @@ structs:
19471956
type: string_with_default_empty
19481957
- name: compatibility_mode_limits
19491958
doc: |
1950-
TODO
1959+
Limits that are only used in Compatibility Mode.
1960+
1961+
Note: This is *not* a @ref CompatibilityModeExtension; its SType is in the
1962+
core namespace. It is meant to be supported as both an input and output by
1963+
all implementations (even those which don't implement Compatibility Mode),
1964+
behaving as described in the WebGPU specification.
19511965
type: extension
19521966
extends:
19531967
- limits
@@ -3255,9 +3269,9 @@ structs:
32553269
TODO
32563270
type: bool
32573271
default: false
3258-
- name: texture_binding_view_dimension_descriptor
3272+
- name: texture_binding_view_dimension
32593273
doc: |
3260-
TODO
3274+
This is a @ref CompatibilityModeExtension.
32613275
type: extension
32623276
extends:
32633277
- texture_descriptor

0 commit comments

Comments
 (0)