|
KarmaEngine
Game Engine for practical learning and research purposes
|
Go to the source code of this file.
Classes | |
| struct | Karma::QueueFamilyIndices |
| A structure for graphics and present queuefamilies. More... | |
| struct | Karma::SwapChainSupportDetails |
| Structure with data required for appropriate creation and working of swapchain. More... | |
| class | Karma::FVulkanDynamicRHI |
| Vulkan implementation of the Dynamic RHI. More... | |
Functions | |
| template<typename TRHI> | |
| FORCEINLINE TRHI * | Karma::GetDynamicRHI () |
| Template function to get the dynamic RHI instance casted to the specified type. | |
| FORCEINLINE TRHI * Karma::GetDynamicRHI | ( | ) |
Template function to get the dynamic RHI instance casted to the specified type.
| TRHI | The type to which the dynamic RHI instance should be casted. |