Uses of Record Class
club.doki7.webgpu.datatype.WGPUDeviceLostCallbackInfo.Ptr
Packages that use WGPUDeviceLostCallbackInfo.Ptr
-
Uses of WGPUDeviceLostCallbackInfo.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUDeviceLostCallbackInfo.PtrModifier and TypeMethodDescriptionWGPUDeviceLostCallbackInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUDeviceLostCallbackInfo> consumer) @NotNull WGPUDeviceLostCallbackInfo.Ptr
WGPUDeviceLostCallbackInfo.Ptr.offset
(long offset) @NotNull WGPUDeviceLostCallbackInfo.Ptr
WGPUDeviceLostCallbackInfo.Ptr.reinterpret
(long newSize) Assume theWGPUDeviceLostCallbackInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUDeviceLostCallbackInfo.Ptr
that uses the same backing storage as thisWGPUDeviceLostCallbackInfo.Ptr
, but with the new size.WGPUDeviceLostCallbackInfo.Ptr.slice
(long end) @NotNull WGPUDeviceLostCallbackInfo.Ptr
WGPUDeviceLostCallbackInfo.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).