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