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 recordRepresents a pointer to / an array ofVkVertexInputBindingDescriptionstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVertexInputBindingDescriptionModifier and TypeMethodDescription@NotNull VkVertexInputBindingDescriptionVkVertexInputBindingDescription.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 VkVertexInputBindingDescriptionVkPipelineVertexInputStateCreateInfo.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) voidVkVertexInputBindingDescription.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)