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