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