Interface VulkanVertexInputBindingDescriptionType

All Known Implementing Classes:
VulkanVertexInputBindingDescription

@Immutable public interface VulkanVertexInputBindingDescriptionType
Structure specifying vertex input binding description.
See Also:
  • "VkVertexInputBindingDescription"
  • Method Details

    • binding

      @Default default int binding()
      Returns:
      The binding number that this structure describes.
    • stride

      @Default default int stride()
      Returns:
      The distance in bytes between two consecutive elements within the buffer.
    • inputRate

      @Default default VulkanVertexInputRate inputRate()
      Returns:
      Specifies whether vertex attribute addressing is a function of the vertex index or of the instance index.