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 record
Represents 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 WGPUSupportedFeatures
WGPUSupportedFeatures.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUSupportedFeatures
WGPUSupportedFeatures.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 WGPUSupportedFeatures
WGPUSupportedFeatures.clone
(Arena arena, WGPUSupportedFeatures src) void
WGPUSupportedFeatures.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)