VkCV Framework  0.0.1
CV Vulkan framework
vkcv::asset::Mesh Struct Reference

#include <asset_loader.hpp>

Public Attributes

std::string name
 
std::array< float, 16 > modelMatrix
 
std::vector< int > vertexGroups
 

Detailed Description

This struct represents a single mesh as it was loaded from a glTF file. It consists of at least one VertexGroup, which then references other resources such as Materials.


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