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 recordRepresents a pointer to / an array ofVkVertexInputAttributeDescriptionstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVertexInputAttributeDescriptionModifier and TypeMethodDescription@NotNull VkVertexInputAttributeDescriptionVkVertexInputAttributeDescription.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 VkVertexInputAttributeDescriptionVkPipelineVertexInputStateCreateInfo.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) voidVkVertexInputAttributeDescription.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)