|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|


Go to the source code of this file.
Classes | |
| struct | DrawableObject |
| struct | AllocatedImage |
| struct | CombinedImage |
| struct | AllocatedBuffer |
| struct | GameObjectUniformBuffer |
| struct | SimpleUniformBuffer |
| struct | CharacterObjectUniformBuffer |
| struct | CharacterObject |
| struct | GameObject |
| struct | AreaObject |
| struct | TestObject |
| struct | LightObject |
| Simple light object that contains a list of uniform buffers. More... | |
Functions | |
| std::vector< VkVertexInputAttributeDescription > | getAttributeDescription (ObjectType objectType) |
| Returns a vector of VkVertexInputAttributeDescription for the given object type. More... | |
| VkVertexInputBindingDescription | getBindingDescription (ObjectType objectType) |
| Returns the vertex binding description for the given object type. More... | |
| std::vector<VkVertexInputAttributeDescription> getAttributeDescription | ( | ObjectType | objectType | ) |
Returns a vector of VkVertexInputAttributeDescription for the given object type.
| objectType | to query the attribute descriptions for. |


| VkVertexInputBindingDescription getBindingDescription | ( | ObjectType | objectType | ) |
Returns the vertex binding description for the given object type.
| objectType | to query the binding description for. |

