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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUSupportedWgslLanguageFeaturesModifier and TypeMethodDescription@NotNull WGPUSupportedWgslLanguageFeaturesWGPUSupportedWgslLanguageFeatures.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) voidWGPUSupportedWgslLanguageFeatures.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)