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.PtrWGPUDeviceLostCallbackInfo.Ptr.offset(long offset) @NotNull WGPUDeviceLostCallbackInfo.PtrWGPUDeviceLostCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUDeviceLostCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUDeviceLostCallbackInfo.Ptrthat uses the same backing storage as thisWGPUDeviceLostCallbackInfo.Ptr, but with the new size.WGPUDeviceLostCallbackInfo.Ptr.slice(long end) @NotNull WGPUDeviceLostCallbackInfo.PtrWGPUDeviceLostCallbackInfo.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).