#include <vector>
#include <iostream>
#include <string>
#include <vulkan/vulkan.h>
#include <vulkan/vk_enum_string_helper.h>
#include <jGL/debug.h>
Go to the source code of this file.
|
void | vkError (VkResult result, std::string context="unspecified") |
|
◆ vkError()
void vkError |
( |
VkResult |
result, |
|
|
std::string |
context = "unspecified" |
|
) |
| |
◆ enableValidationLayers
const bool enableValidationLayers = false |
◆ validationLayers
const std::vector<const char *> validationLayers |
Initial value:=
{
"VK_LAYER_KHRONOS_validation"
}
◆ verboseValidationLayers
const bool verboseValidationLayers = false |