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