Uses of Record Class
club.doki7.webgpu.datatype.WGPUSupportedWgslLanguageFeatures
Packages that use WGPUSupportedWgslLanguageFeatures
-
Uses of WGPUSupportedWgslLanguageFeatures in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUSupportedWgslLanguageFeaturesModifier 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 WGPUSupportedWgslLanguageFeaturesModifier and TypeMethodDescription@NotNull WGPUSupportedWgslLanguageFeatures
WGPUSupportedWgslLanguageFeatures.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUSupportedWgslLanguageFeatures.clone
(Arena arena, WGPUSupportedWgslLanguageFeatures src) WGPUSupportedWgslLanguageFeatures.featureCount
(long value) WGPUSupportedWgslLanguageFeatures.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUSupportedWgslLanguageFeaturesModifier and TypeMethodDescription@NotNull Iterator
<WGPUSupportedWgslLanguageFeatures> WGPUSupportedWgslLanguageFeatures.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUSupportedWgslLanguageFeaturesModifier and TypeMethodDescriptionWGPUSupportedWgslLanguageFeatures.clone
(Arena arena, WGPUSupportedWgslLanguageFeatures src) void
WGPUSupportedWgslLanguageFeatures.Ptr.write
(long index, @NotNull WGPUSupportedWgslLanguageFeatures value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUSupportedWgslLanguageFeaturesModifier and TypeMethodDescriptionWGPUSupportedWgslLanguageFeatures.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUSupportedWgslLanguageFeatures> consumer)