Skip to content

Commit 373db54

Browse files
WIP: refactor(types): add TODOs for missing WebGPU features
TODO: add issue refs.
1 parent 8695a67 commit 373db54

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

wgpu-types/src/features.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ mod webgpu_impl {
1818
//! `cbindgen` in `mozilla-central` (where Firefox is developed).
1919
#![allow(missing_docs)]
2020

21+
// TODO: CORE_FEATURES_AND_LIMITS
22+
2123
#[doc(hidden)]
2224
pub const WEBGPU_FEATURE_DEPTH_CLIP_CONTROL: u64 = 1 << 0;
2325

@@ -63,6 +65,16 @@ mod webgpu_impl {
6365
#[doc(hidden)]
6466
pub const WEBGPU_FEATURE_DUAL_SOURCE_BLENDING: u64 = 1 << 14;
6567

68+
// TODO: SUBGROUPS
69+
70+
// TODO: TEXTURE_FORMATS_TIER1
71+
72+
// TODO: TEXTURE_FORMATS_TIER2
73+
74+
// TODO: PRIMITIVE_INDEX
75+
76+
// TODO: TEXTURE_COMPONENT_SWIZZLE
77+
6678
#[doc(hidden)]
6779
pub const WEBGPU_FEATURE_CLIP_DISTANCES: u64 = 1 << 15;
6880

0 commit comments

Comments
 (0)