Skip to content

Commit e0c87e4

Browse files
committed
Removing newer GPUFeatures from allow list
These GPUFeatures aren't recognized by the version of Vue used by slang playground. Removing them for now.
1 parent 5c39b59 commit e0c87e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/App.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ async function tryGetDevice() {
115115
"float32-blendable",
116116
"clip-distances",
117117
"dual-source-blending",
118-
"subgroups",
119-
"texture-formats-tier1",
120-
"texture-formats-tier2",
121118
];
122119
const requiredFeatures: GPUFeatureName[] = allowedFeatures.filter(f => adapter.features.has(f));
123120

0 commit comments

Comments
 (0)