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