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.PtrWGPUVertexState.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUVertexState> consumer) @NotNull WGPUVertexState.PtrWGPUVertexState.Ptr.offset(long offset) @NotNull WGPUVertexState.PtrWGPUVertexState.Ptr.reinterpret(long newSize) Assume theWGPUVertexState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUVertexState.Ptrthat uses the same backing storage as thisWGPUVertexState.Ptr, but with the new size.WGPUVertexState.Ptr.slice(long end) @NotNull WGPUVertexState.PtrWGPUVertexState.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).