Uses of Record Class
club.doki7.webgpu.datatype.WGPUVertexAttribute.Ptr
Packages that use WGPUVertexAttribute.Ptr
-
Uses of WGPUVertexAttribute.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUVertexAttribute.PtrModifier and TypeMethodDescriptionstatic WGPUVertexAttribute.PtrWGPUVertexAttribute.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUVertexAttribute> consumer) WGPUVertexBufferLayout.attributes(int assumedCount) @NotNull WGPUVertexAttribute.PtrWGPUVertexAttribute.Ptr.offset(long offset) @NotNull WGPUVertexAttribute.PtrWGPUVertexAttribute.Ptr.reinterpret(long newSize) Assume theWGPUVertexAttribute.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUVertexAttribute.Ptrthat uses the same backing storage as thisWGPUVertexAttribute.Ptr, but with the new size.WGPUVertexAttribute.Ptr.slice(long end) @NotNull WGPUVertexAttribute.PtrWGPUVertexAttribute.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).