Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
AreaObject Struct Reference

#include <GraphicsTypes.hpp>

Collaboration diagram for AreaObject:
Collaboration graph

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
 

Member Function Documentation

◆ getDescriptorSetLayoutBindings()

std::array< VkDescriptorSetLayoutBinding, 1 > AreaObject::getDescriptorSetLayoutBindings ( )
static

Member Data Documentation

◆ descriptorSet

VkDescriptorSet AreaObject::descriptorSet

◆ indexCount

uint32_t AreaObject::indexCount

◆ indexData

AllocatedBuffer AreaObject::indexData

◆ textures

std::array<AllocatedImage, 6> AreaObject::textures

◆ textureViews

std::array<VkImageView, 6> AreaObject::textureViews

◆ vertexData

AllocatedBuffer AreaObject::vertexData

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