|
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, 3 > | getDescriptorSetLayoutBindings () |
Public Attributes | |
| AllocatedBuffer | vertexData |
| AllocatedBuffer | indexData |
| AllocatedBuffer | materialData |
| uint32_t | indexCount |
| AllocatedImage | texture |
| VkImageView | textureView |
| PhongMaterial | material |
| std::vector< GameObjectUniformBuffer > | uniformBuffers |
|
static |
| uint32_t GameObject::indexCount |
| AllocatedBuffer GameObject::indexData |
| PhongMaterial GameObject::material |
| AllocatedBuffer GameObject::materialData |
| AllocatedImage GameObject::texture |
| VkImageView GameObject::textureView |
| std::vector<GameObjectUniformBuffer> GameObject::uniformBuffers |
| AllocatedBuffer GameObject::vertexData |