Description
If the VK_NO_PROTOTYPES
macro is defined by an application at compile
time, prototypes for Vulkan APIs will not be included.
Only typedefs for API function pointers will be defined.
This is intended for applications using their own function loader and dispatch mechanism.
If the macro is not defined by the application, prototypes for Vulkan APIs will be included.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.