Uses of Record Class
club.doki7.webgpu.datatype.WGPUGlobalReport.Ptr
Packages that use WGPUGlobalReport.Ptr
-
Uses of WGPUGlobalReport.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUGlobalReport.PtrModifier and TypeMethodDescriptionstatic WGPUGlobalReport.PtrWGPUGlobalReport.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUGlobalReport> consumer) @NotNull WGPUGlobalReport.PtrWGPUGlobalReport.Ptr.offset(long offset) @NotNull WGPUGlobalReport.PtrWGPUGlobalReport.Ptr.reinterpret(long newSize) Assume theWGPUGlobalReport.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUGlobalReport.Ptrthat uses the same backing storage as thisWGPUGlobalReport.Ptr, but with the new size.WGPUGlobalReport.Ptr.slice(long end) @NotNull WGPUGlobalReport.PtrWGPUGlobalReport.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).