#include <CeresEngine/RenderAPI/Vulkan/VKLoader.hpp>
◆ VKFuncTable() [1/3]
| CeresEngine::VKFuncTable::VKFuncTable |
( |
| ) |
|
|
defaultnoexcept |
◆ VKFuncTable() [2/3]
| CeresEngine::VKFuncTable::VKFuncTable |
( |
VkInstance |
instance | ) |
|
|
explicit |
Loads the Vulkan function pointers from the Vulkan driver.
- Parameters
-
| instance | The VkInstance to load pointers for |
◆ VKFuncTable() [3/3]
Loads the Vulkan function pointers from the Vulkan driver.
- Parameters
-
| instance | The VkInstance to load pointers for |
| device | The VkDevice to load pointers for |
◆ forDevice()
Resolves a symbol by name.
- Parameters
-
- Returns
- The normalize symbol
◆ forInstance()
Resolves a symbol by name.
- Parameters
-
- Returns
- The normalize symbol
◆ device
The VkDevice to load pointers for.
◆ instance
The VkInstance to load pointers for.
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/RenderAPI/Vulkan/VKLoader.hpp