module
Pointers
Contents
- Reference
Typedefs
-
template<typename ReturnType, typename... ParameterTypes>using VK_FPtr = ReturnType(VKAPI_PTR*)(ParameterTypes...)
- Vulkan Function Pointer.
Typedef documentation
#include <VaultedVulkan/VV_Types.hpp>
template<typename ReturnType, typename... ParameterTypes>
using VK_FPtr = ReturnType(VKAPI_PTR*)(ParameterTypes...)
Vulkan Function Pointer.