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