|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <GraphicsTypes.hpp>

Static Public Member Functions | |
| static std::array< VkDescriptorSetLayoutBinding, 4 > | getDescriptorSetLayoutBindings () |
Public Attributes | |
| AllocatedBuffer | vertexData |
| AllocatedBuffer | indexData |
| AllocatedBuffer | materialData |
| uint32_t | indexCount |
| AllocatedImage | texture |
| VkImageView | textureView |
| PhongMaterial | material |
| std::vector< CharacterObjectUniformBuffer > | characterUniformBuffers |
|
static |
| std::vector<CharacterObjectUniformBuffer> CharacterObject::characterUniformBuffers |
| uint32_t CharacterObject::indexCount |
| AllocatedBuffer CharacterObject::indexData |
| PhongMaterial CharacterObject::material |
| AllocatedBuffer CharacterObject::materialData |
| AllocatedImage CharacterObject::texture |
| VkImageView CharacterObject::textureView |
| AllocatedBuffer CharacterObject::vertexData |