Uses of Record Class
club.doki7.webgpu.datatype.WGPUPrimitiveState.Ptr
Packages that use WGPUPrimitiveState.Ptr
-
Uses of WGPUPrimitiveState.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUPrimitiveState.PtrModifier and TypeMethodDescriptionstatic WGPUPrimitiveState.Ptr
WGPUPrimitiveState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUPrimitiveState> consumer) @NotNull WGPUPrimitiveState.Ptr
WGPUPrimitiveState.Ptr.offset
(long offset) @NotNull WGPUPrimitiveState.Ptr
WGPUPrimitiveState.Ptr.reinterpret
(long newSize) Assume theWGPUPrimitiveState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUPrimitiveState.Ptr
that uses the same backing storage as thisWGPUPrimitiveState.Ptr
, but with the new size.WGPUPrimitiveState.Ptr.slice
(long end) @NotNull WGPUPrimitiveState.Ptr
WGPUPrimitiveState.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).