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
Enable GPUFeatures impacting WGSL, if available (#155)
* Enable features impacting WGSL if available
Defines an allow list of features that impact the WGSL environment, and
enables them if the adapter says they're available.
Fixes#100
* Removing newer GPUFeatures from allow list
These GPUFeatures aren't recognized by the version of Vue used by slang
playground. Removing them for now.
0 commit comments