Uses of Record Class
club.doki7.webgpu.datatype.WGPUQueueWorkDoneCallbackInfo
Packages that use WGPUQueueWorkDoneCallbackInfo
-
Uses of WGPUQueueWorkDoneCallbackInfo in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPUQueueWorkDoneCallbackInfoModifier and TypeMethodDescriptionWGPU.queueOnSubmittedWorkDone
(SegmentAllocator allocator, WGPUQueue queue, WGPUQueueWorkDoneCallbackInfo callbackInfo) -
Uses of WGPUQueueWorkDoneCallbackInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUQueueWorkDoneCallbackInfoModifier 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 WGPUQueueWorkDoneCallbackInfoModifier and TypeMethodDescription@NotNull WGPUQueueWorkDoneCallbackInfo
WGPUQueueWorkDoneCallbackInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUQueueWorkDoneCallbackInfo.callback
(@NotNull WGPUFunctionTypes.IWGPUQueueWorkDoneCallback value) WGPUQueueWorkDoneCallbackInfo.callback
(@NotNull Arena arena, @NotNull WGPUFunctionTypes.IWGPUQueueWorkDoneCallback value) WGPUQueueWorkDoneCallbackInfo.callback
(@NotNull MemorySegment value) WGPUQueueWorkDoneCallbackInfo.clone
(Arena arena, WGPUQueueWorkDoneCallbackInfo src) WGPUQueueWorkDoneCallbackInfo.mode
(int value) WGPUQueueWorkDoneCallbackInfo.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUQueueWorkDoneCallbackInfo.Ptr.toArray()
WGPUQueueWorkDoneCallbackInfo.userdata1
(@NotNull MemorySegment value) WGPUQueueWorkDoneCallbackInfo.userdata2
(@NotNull MemorySegment value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUQueueWorkDoneCallbackInfoModifier and TypeMethodDescription@NotNull Iterator
<WGPUQueueWorkDoneCallbackInfo> WGPUQueueWorkDoneCallbackInfo.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUQueueWorkDoneCallbackInfoModifier and TypeMethodDescriptionWGPUQueueWorkDoneCallbackInfo.clone
(Arena arena, WGPUQueueWorkDoneCallbackInfo src) void
WGPUQueueWorkDoneCallbackInfo.Ptr.write
(long index, @NotNull WGPUQueueWorkDoneCallbackInfo value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUQueueWorkDoneCallbackInfoModifier and TypeMethodDescriptionWGPUQueueWorkDoneCallbackInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUQueueWorkDoneCallbackInfo> consumer)