Go to the source code of this file.
◆ ACQUIRE_VK_PROC_LOCAL
#define ACQUIRE_VK_PROC_LOCAL |
( |
|
name, |
|
|
|
inst |
|
) |
| |
Value:
reinterpret_cast<PFN_vk##name>(fVulkan.fGetProc(
"vk" #
name,
inst,
nullptr)); \
do { \
if (localVk##
name ==
nullptr) { \
SkDebugf(
"Function ptr for vk%s could not be acquired\n", #
name); \
return; \
} \
} while (0)
DEF_SWITCHES_START aot vmservice shared library name
Definition at line 60 of file GraphiteVulkanTestContext.cpp.
◆ gCreateProtectedContext
bool gCreateProtectedContext |
|
extern |