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