Uses of Record Class
club.doki7.vulkan.datatype.VkVertexInputAttributeDescription2EXT.Ptr
Packages that use VkVertexInputAttributeDescription2EXT.Ptr
-
Uses of VkVertexInputAttributeDescription2EXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVertexInputAttributeDescription2EXT.PtrModifier and TypeMethodDescriptionVkVertexInputAttributeDescription2EXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkVertexInputAttributeDescription2EXT> consumer) VkVertexInputAttributeDescription2EXT.Ptr.offset(long offset) VkVertexInputAttributeDescription2EXT.Ptr.reinterpret(long newSize) Assume theVkVertexInputAttributeDescription2EXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkVertexInputAttributeDescription2EXT.Ptrthat uses the same backing storage as thisVkVertexInputAttributeDescription2EXT.Ptr, but with the new size.VkVertexInputAttributeDescription2EXT.Ptr.slice(long end) VkVertexInputAttributeDescription2EXT.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).