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