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.Ptr
WGPUOrigin3d.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUOrigin3d> consumer) @NotNull WGPUOrigin3d.Ptr
WGPUOrigin3d.Ptr.offset
(long offset) @NotNull WGPUOrigin3d.Ptr
WGPUOrigin3d.Ptr.reinterpret
(long newSize) Assume theWGPUOrigin3d.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUOrigin3d.Ptr
that uses the same backing storage as thisWGPUOrigin3d.Ptr
, but with the new size.WGPUOrigin3d.Ptr.slice
(long end) @NotNull WGPUOrigin3d.Ptr
WGPUOrigin3d.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).