donner::gpu::vulkan::VulkanLoader - runtime loading of the Vulkan loader library and its entry points.
More...
#include <vulkan/vulkan.h>
#include <memory>
#include <string>
#include "donner/gpu/GpuResult.h"
|
| std::string | donner::gpu::vulkan::VkResultToString (VkResult result) |
| | Returns the name of a VkResult for diagnostics (the common codes; others print numerically). Shared so every failure message in this backend names the result the same way.
|
donner::gpu::vulkan::VulkanLoader - runtime loading of the Vulkan loader library and its entry points.
◆ VkResultToString()
| std::string donner::gpu::vulkan::VkResultToString |
( |
VkResult | result | ) |
|
Returns the name of a VkResult for diagnostics (the common codes; others print numerically). Shared so every failure message in this backend names the result the same way.
- Parameters
-