Uses of Record Class
club.doki7.webgpu.datatype.WGPUInstanceEnumerateAdapterOptions
Packages that use WGPUInstanceEnumerateAdapterOptions
-
Uses of WGPUInstanceEnumerateAdapterOptions in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUInstanceEnumerateAdapterOptionsModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUInstanceEnumerateAdapterOptionsModifier and TypeMethodDescription@NotNull WGPUInstanceEnumerateAdapterOptionsWGPUInstanceEnumerateAdapterOptions.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUInstanceEnumerateAdapterOptions.backends(long value) WGPUInstanceEnumerateAdapterOptions.clone(Arena arena, WGPUInstanceEnumerateAdapterOptions src) WGPUInstanceEnumerateAdapterOptions.nextInChain(@Nullable IWGPUChainedStruct value) WGPUInstanceEnumerateAdapterOptions.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUInstanceEnumerateAdapterOptionsModifier and TypeMethodDescription@NotNull Iterator<WGPUInstanceEnumerateAdapterOptions> WGPUInstanceEnumerateAdapterOptions.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUInstanceEnumerateAdapterOptionsModifier and TypeMethodDescriptionWGPUInstanceEnumerateAdapterOptions.clone(Arena arena, WGPUInstanceEnumerateAdapterOptions src) voidWGPUInstanceEnumerateAdapterOptions.Ptr.write(long index, @NotNull WGPUInstanceEnumerateAdapterOptions value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUInstanceEnumerateAdapterOptionsModifier and TypeMethodDescriptionWGPUInstanceEnumerateAdapterOptions.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUInstanceEnumerateAdapterOptions> consumer)