Uses of Record Class
club.doki7.webgpu.datatype.WGPUCreateComputePipelineAsyncCallbackInfo
Packages that use WGPUCreateComputePipelineAsyncCallbackInfo
-
Uses of WGPUCreateComputePipelineAsyncCallbackInfo in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPUCreateComputePipelineAsyncCallbackInfoModifier and TypeMethodDescriptionWGPU.deviceCreateComputePipelineAsync(SegmentAllocator allocator, WGPUDevice device, IWGPUComputePipelineDescriptor descriptor, WGPUCreateComputePipelineAsyncCallbackInfo callbackInfo) -
Uses of WGPUCreateComputePipelineAsyncCallbackInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUCreateComputePipelineAsyncCallbackInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUCreateComputePipelineAsyncCallbackInfoModifier and TypeMethodDescriptionWGPUCreateComputePipelineAsyncCallbackInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUCreateComputePipelineAsyncCallbackInfo.callback(@NotNull WGPUFunctionTypes.IWGPUCreateComputePipelineAsyncCallback value) WGPUCreateComputePipelineAsyncCallbackInfo.callback(@NotNull Arena arena, @NotNull WGPUFunctionTypes.IWGPUCreateComputePipelineAsyncCallback value) WGPUCreateComputePipelineAsyncCallbackInfo.callback(@NotNull MemorySegment value) WGPUCreateComputePipelineAsyncCallbackInfo.clone(Arena arena, WGPUCreateComputePipelineAsyncCallbackInfo src) WGPUCreateComputePipelineAsyncCallbackInfo.mode(int value) WGPUCreateComputePipelineAsyncCallbackInfo.nextInChain(@Nullable IWGPUChainedStruct value) WGPUCreateComputePipelineAsyncCallbackInfo.Ptr.toArray()WGPUCreateComputePipelineAsyncCallbackInfo.userdata1(@NotNull MemorySegment value) WGPUCreateComputePipelineAsyncCallbackInfo.userdata2(@NotNull MemorySegment value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUCreateComputePipelineAsyncCallbackInfoMethods in club.doki7.webgpu.datatype with parameters of type WGPUCreateComputePipelineAsyncCallbackInfoModifier and TypeMethodDescriptionWGPUCreateComputePipelineAsyncCallbackInfo.clone(Arena arena, WGPUCreateComputePipelineAsyncCallbackInfo src) voidWGPUCreateComputePipelineAsyncCallbackInfo.Ptr.write(long index, @NotNull WGPUCreateComputePipelineAsyncCallbackInfo value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUCreateComputePipelineAsyncCallbackInfoModifier and TypeMethodDescriptionWGPUCreateComputePipelineAsyncCallbackInfo.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUCreateComputePipelineAsyncCallbackInfo> consumer)