SpiecsEngine
 
Loading...
Searching...
No Matches
VulkanFunctions.h File Reference

The VulkanFunctions Class Definitions. More...

#include "Core/Core.h"

Go to the source code of this file.

Classes

struct  Spices::VulkanFunctions
 Vulkan Function Pointers Collection. It holds all function pointer which need get manually. More...
 

Namespaces

namespace  Spices
 

Macros

#define VK_FUNCTION_POINTER(function)    PFN_##function function;
 Macro for declare function pointer variable in VulkanFunctions.
 
#define EXPLAIN_VK_FUNCTION_POINTER(function)    function = reinterpret_cast<PFN_##function>(vkGetInstanceProcAddr(instance, #function));
 Macro for explain function pointer variable in VulkanFunctions::Init.
 

Detailed Description

The VulkanFunctions Class Definitions.

Author
Spices.

Definition in file VulkanFunctions.h.