Interface VulkanVertexInputBindingDescriptionType
- All Known Implementing Classes:
VulkanVertexInputBindingDescription
@Immutable
public interface VulkanVertexInputBindingDescriptionType
Structure specifying vertex input binding description.
- See Also:
-
Method Summary
-
Method Details
-
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
- Returns:
- Specifies whether vertex attribute addressing is a function of the vertex index or of the instance index.
-