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