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 record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUInstanceEnumerateAdapterOptionsModifier and TypeMethodDescription@NotNull WGPUInstanceEnumerateAdapterOptions
WGPUInstanceEnumerateAdapterOptions.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) void
WGPUInstanceEnumerateAdapterOptions.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)