Uses of Record Class
club.doki7.vulkan.datatype.VkVertexInputAttributeDescription.Ptr
Packages that use VkVertexInputAttributeDescription.Ptr
-
Uses of VkVertexInputAttributeDescription.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVertexInputAttributeDescription.PtrModifier and TypeMethodDescriptionVkVertexInputAttributeDescription.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVertexInputAttributeDescription> consumer) VkVertexInputAttributeDescription.Ptr.offset
(long offset) VkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions
(int assumedCount) VkVertexInputAttributeDescription.Ptr.reinterpret
(long newSize) Assume theVkVertexInputAttributeDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVertexInputAttributeDescription.Ptr
that uses the same backing storage as thisVkVertexInputAttributeDescription.Ptr
, but with the new size.VkVertexInputAttributeDescription.Ptr.slice
(long end) VkVertexInputAttributeDescription.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).