VkCV Framework  0.0.1
CV Vulkan framework
vkcv::VertexLayout Struct Reference

Public Member Functions

 VertexLayout () noexcept
 
 VertexLayout (const std::vector< VertexBinding > &bindings) noexcept
 

Public Attributes

std::vector< VertexBindingvertexBindings
 

Detailed Description

Constructor & Destructor Documentation

◆ VertexLayout()

vkcv::VertexLayout::VertexLayout ( )
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).

Parameters
bindingsbindings the complete vertex buffer is comprised of.

The documentation for this struct was generated from the following files: