Searched defs:VKAPI_ATTR (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvk_platform.h40 * VKAPI_ATTR - Placed before the return type in function declarations.
46 * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void);
51 #define VKAPI_ATTR macro
61 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp"))) macro
63 #define VKAPI_PTR VKAPI_ATTR
66 #define VKAPI_ATTR macro

Completed in 51 milliseconds