Functions | |
const char * | VkResultToString (int32_t iVkResult) noexcept |
Convert a VkResult enum into a valid string. | |
const char * | VkPresentModeKHRToString (int32_t iVkPresentModeKHR) noexcept |
Convert a VkPresentModeKHR enum into a valid string. | |
const char * | VkColorSpaceKHRToString (int32_t iVkColorSpaceKHR) noexcept |
Convert a VkColorSpaceKHR enum into a valid string. | |
const char * | VkDriverIdToString (int32_t iVkDriverId) noexcept |
Convert a VkDriverId enum into a valid string. | |
const char * | VkFormatToString (int32_t iVkFormat) noexcept |
Convert a VkFormat enum into a valid string. | |
const char * | VkImageTilingToString (int32_t iVkImageTiling) noexcept |
Convert a VkImageTiling enum into a valid string. | |
const char * | VkPointClippingBehaviorToString (int32_t iVkPointClippingBehavior) noexcept |
Convert a VkPointClippingBehavior enum into a valid string. | |
const char * | VkShaderFloatControlsIndependenceToString (int32_t iVkShaderFloatControlsIndependence) noexcept |
Convert a VkShaderFloatControlsIndependence enum into a valid string. | |
const char * | VkPhysicalDeviceTypeToString (int32_t iVkPhysicalDeviceType) noexcept |
Convert a VkPhysicalDeviceType enum into a valid string. | |
|
externnoexcept |
Convert a VkColorSpaceKHR enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkColorSpaceKHR | VkColorSpaceKHR as an int32_t. |
|
externnoexcept |
Convert a VkDriverId enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkDriverId | VkDriverId as an int32_t. |
|
externnoexcept |
Convert a VkFormat enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkFormat | VkFormat as an int32_t. |
|
externnoexcept |
Convert a VkImageTiling enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkImageTiling | VkImageTiling as an int32_t. |
|
externnoexcept |
Convert a VkPhysicalDeviceType enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkPhysicalDeviceType | VkPhysicalDeviceType as an int32_t. |
|
externnoexcept |
Convert a VkPointClippingBehavior enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkPointClippingBehavior | VkPointClippingBehavior as an int32_t. |
|
externnoexcept |
Convert a VkPresentModeKHR enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkPresentModeKHR | VkPresentModeKHR as an int32_t. |
|
externnoexcept |
Convert a VkResult enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkResult | VkResult as an int32_t. |
|
externnoexcept |
Convert a VkShaderFloatControlsIndependence enum into a valid string.
Look up the value of the result code and return the corresponding result string.
iVkShaderFloatControlsIndependence | VkShaderFloatControlsIndependence as an int32_t. |