Uses of Interface
club.doki7.webgpu.datatype.IWGPUSupportedFeatures
Packages that use IWGPUSupportedFeatures
-
Uses of IWGPUSupportedFeatures in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPUSupportedFeaturesModifier and TypeMethodDescriptionvoid
WGPU.adapterGetFeatures
(WGPUAdapter adapter, IWGPUSupportedFeatures features) void
WGPU.deviceGetFeatures
(WGPUDevice device, IWGPUSupportedFeatures features) -
Uses of IWGPUSupportedFeatures in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUSupportedFeaturesModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUSupportedFeatures
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.