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