|
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, 1 > | getDescriptorSetLayoutBindings () |
Public Attributes | |
| AllocatedBuffer | vertexData |
| AllocatedBuffer | indexData |
| uint32_t | indexCount |
| std::array< AllocatedImage, 6 > | textures |
| std::array< VkImageView, 6 > | textureViews |
| VkDescriptorSet | descriptorSet |
|
static |
| VkDescriptorSet AreaObject::descriptorSet |
| uint32_t AreaObject::indexCount |
| AllocatedBuffer AreaObject::indexData |
| std::array<AllocatedImage, 6> AreaObject::textures |
| std::array<VkImageView, 6> AreaObject::textureViews |
| AllocatedBuffer AreaObject::vertexData |