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.Ptr
WGPUVertexAttribute.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUVertexAttribute> consumer) WGPUVertexBufferLayout.attributes
(int assumedCount) @NotNull WGPUVertexAttribute.Ptr
WGPUVertexAttribute.Ptr.offset
(long offset) @NotNull WGPUVertexAttribute.Ptr
WGPUVertexAttribute.Ptr.reinterpret
(long newSize) Assume theWGPUVertexAttribute.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUVertexAttribute.Ptr
that uses the same backing storage as thisWGPUVertexAttribute.Ptr
, but with the new size.WGPUVertexAttribute.Ptr.slice
(long end) @NotNull WGPUVertexAttribute.Ptr
WGPUVertexAttribute.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).