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