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