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

Functions | |
| std::array< ObjectType, OBJECT_TYPE_COUNT > | getObjectTypes () |
| std::array< AnimationType, ANIMATION_TYPE_COUNT > | getAnimationTypes () |
| uint32_t | getAnimIndex (AnimationType animType) |
| VkVertexInputBindingDescription | getSimpleVertexBindingDescription () |
| std::array< VkVertexInputAttributeDescription, 2 > | getSimpleVertexAttributeDescriptions () |
| VkVertexInputBindingDescription | getVertexBindingDescription () |
| std::array< VkVertexInputAttributeDescription, 3 > | getVertexAttributeDescriptions () |
| VkVertexInputBindingDescription | getCharacterVertexBindingDescription () |
| std::array< VkVertexInputAttributeDescription, 5 > | getCharacterVertexAttributeDescriptions () |
| 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::array<AnimationType, ANIMATION_TYPE_COUNT> getAnimationTypes | ( | ) |
| uint32_t getAnimIndex | ( | AnimationType | animType | ) |

| 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. |


| std::array<VkVertexInputAttributeDescription, 5> getCharacterVertexAttributeDescriptions | ( | ) |

| VkVertexInputBindingDescription getCharacterVertexBindingDescription | ( | ) |

| std::array<ObjectType, OBJECT_TYPE_COUNT> getObjectTypes | ( | ) |

| std::array<VkVertexInputAttributeDescription, 2> getSimpleVertexAttributeDescriptions | ( | ) |

| VkVertexInputBindingDescription getSimpleVertexBindingDescription | ( | ) |

| std::array<VkVertexInputAttributeDescription, 3> getVertexAttributeDescriptions | ( | ) |

| VkVertexInputBindingDescription getVertexBindingDescription | ( | ) |
