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