Uses of Record Class
club.doki7.vulkan.datatype.VkVertexInputAttributeDescription
Packages that use VkVertexInputAttributeDescription
-
Uses of VkVertexInputAttributeDescription in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVertexInputAttributeDescriptionModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVertexInputAttributeDescription
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVertexInputAttributeDescriptionModifier and TypeMethodDescription@NotNull VkVertexInputAttributeDescription
VkVertexInputAttributeDescription.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVertexInputAttributeDescription.binding
(int value) VkVertexInputAttributeDescription.clone
(Arena arena, VkVertexInputAttributeDescription src) VkVertexInputAttributeDescription.format
(int value) VkVertexInputAttributeDescription.location
(int value) VkVertexInputAttributeDescription.offset
(int value) @Nullable VkVertexInputAttributeDescription
VkPipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions()
VkVertexInputAttributeDescription.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVertexInputAttributeDescriptionModifier and TypeMethodDescription@NotNull Iterator
<VkVertexInputAttributeDescription> VkVertexInputAttributeDescription.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVertexInputAttributeDescriptionModifier and TypeMethodDescriptionVkVertexInputAttributeDescription.clone
(Arena arena, VkVertexInputAttributeDescription src) void
VkVertexInputAttributeDescription.Ptr.write
(long index, @NotNull VkVertexInputAttributeDescription value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVertexInputAttributeDescriptionModifier and TypeMethodDescriptionVkVertexInputAttributeDescription.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVertexInputAttributeDescription> consumer)