Vulkan-Hpp
|
#include "../utils/utils.hpp"
Go to the source code of this file.
Macros | |
#define | NON_DISPATCHABLE_HANDLE_TO_UINT64_CAST(type, x) reinterpret_cast<uint64_t>( static_cast<type>( x ) ) |
Functions | |
int | main (int, char **) |
#define NON_DISPATCHABLE_HANDLE_TO_UINT64_CAST | ( | type, | |
x | |||
) | reinterpret_cast<uint64_t>( static_cast<type>( x ) ) |
Definition at line 26 of file DebugUtilsObjectName.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 29 of file DebugUtilsObjectName.cpp.