Interface VulkanVertexInputBindingDescriptionType

  • All Known Implementing Classes:
    VulkanVertexInputBindingDescription

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

      • binding

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

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

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