MeshResource's item template. More...
#include <Attribute.h>
Public Member Functions | |
| Attribute () | |
| Constructor Function. | |
| virtual | ~Attribute () |
| Destructor Function. | |
| void | CreateBuffer (const std::string &name, VkBufferUsageFlags usage=0) |
| Create Attribute Buffer. | |
Public Attributes | |
| std::shared_ptr< std::vector< T > > | attributes |
| Attribute Data Array. | |
| std::shared_ptr< VulkanBuffer > | buffer |
| Attribute Buffer. | |
MeshResource's item template.
| T | specific item value type. |
Definition at line 27 of file Attribute.h.