Uses of Record Class
club.doki7.webgpu.datatype.WGPUSupportedFeatures
Packages that use WGPUSupportedFeatures
-
Uses of WGPUSupportedFeatures in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUSupportedFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUSupportedFeaturesModifier and TypeMethodDescriptionstatic WGPUSupportedFeatures@NotNull WGPUSupportedFeaturesWGPUSupportedFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUSupportedFeaturesWGPUSupportedFeatures.clone(Arena arena, WGPUSupportedFeatures src) WGPUSupportedFeatures.featureCount(long value) WGPUSupportedFeatures.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUSupportedFeaturesModifier and TypeMethodDescription@NotNull Iterator<WGPUSupportedFeatures> WGPUSupportedFeatures.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUSupportedFeaturesModifier and TypeMethodDescriptionstatic WGPUSupportedFeaturesWGPUSupportedFeatures.clone(Arena arena, WGPUSupportedFeatures src) voidWGPUSupportedFeatures.Ptr.write(long index, @NotNull WGPUSupportedFeatures value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUSupportedFeaturesModifier and TypeMethodDescriptionWGPUSupportedFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUSupportedFeatures> consumer)