VkCV Framework
0.0.1
CV Vulkan framework
|
Public Member Functions | |
VertexLayout () noexcept | |
VertexLayout (const std::vector< VertexBinding > &bindings) noexcept | |
Public Attributes | |
std::vector< VertexBinding > | vertexBindings |
|
noexcept |
Describes the complete layout of one vertex, e.g. all of the vertex input attachments used, and all of the buffer bindings that refer to the attachments (for when multiple buffers are used).
bindings | bindings the complete vertex buffer is comprised of. |