Uses of Record Class
club.doki7.webgpu.datatype.WGPUFuture
Packages that use WGPUFuture
-
Uses of WGPUFuture in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUFutureModifier and TypeMethodDescriptionWGPU.adapterRequestDevice
(SegmentAllocator allocator, WGPUAdapter adapter, @Nullable IWGPUDeviceDescriptor descriptor, WGPURequestDeviceCallbackInfo callbackInfo) WGPU.bufferMapAsync
(SegmentAllocator allocator, WGPUBuffer buffer, long mode, long offset, long size, WGPUBufferMapCallbackInfo callbackInfo) WGPU.deviceCreateComputePipelineAsync
(SegmentAllocator allocator, WGPUDevice device, IWGPUComputePipelineDescriptor descriptor, WGPUCreateComputePipelineAsyncCallbackInfo callbackInfo) WGPU.deviceCreateRenderPipelineAsync
(SegmentAllocator allocator, WGPUDevice device, IWGPURenderPipelineDescriptor descriptor, WGPUCreateRenderPipelineAsyncCallbackInfo callbackInfo) WGPU.deviceGetLostFuture
(SegmentAllocator allocator, WGPUDevice device) WGPU.devicePopErrorScope
(SegmentAllocator allocator, WGPUDevice device, WGPUPopErrorScopeCallbackInfo callbackInfo) WGPU.instanceRequestAdapter
(SegmentAllocator allocator, WGPUInstance instance, @Nullable IWGPURequestAdapterOptions options, WGPURequestAdapterCallbackInfo callbackInfo) WGPU.queueOnSubmittedWorkDone
(SegmentAllocator allocator, WGPUQueue queue, WGPUQueueWorkDoneCallbackInfo callbackInfo) WGPU.shaderModuleGetCompilationInfo
(SegmentAllocator allocator, WGPUShaderModule shaderModule, WGPUCompilationInfoCallbackInfo callbackInfo) -
Uses of WGPUFuture in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUFutureModifier 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 WGPUFutureModifier and TypeMethodDescriptionstatic WGPUFuture
@NotNull WGPUFuture
WGPUFuture.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUFuture
WGPUFuture.clone
(Arena arena, WGPUFuture src) @NotNull WGPUFuture
WGPUFutureWaitInfo.future()
WGPUFuture.id
(long value) WGPUFuture.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUFutureMethods in club.doki7.webgpu.datatype with parameters of type WGPUFutureModifier and TypeMethodDescriptionstatic WGPUFuture
WGPUFuture.clone
(Arena arena, WGPUFuture src) WGPUFutureWaitInfo.future
(@NotNull WGPUFuture value) void
WGPUFuture.Ptr.write
(long index, @NotNull WGPUFuture value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUFutureModifier and TypeMethodDescriptionWGPUFuture.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUFuture> consumer) WGPUFutureWaitInfo.future
(Consumer<@NotNull WGPUFuture> consumer)