Program Listing for File VulkanRendererConfig.hpp

Program Listing for File VulkanRendererConfig.hpp#

Return to documentation for file (Src/GraphicsEngineVulkan/renderer/VulkanRendererConfig.hpp)

// the configured options and settings for renderer
// https://riptutorial.com/cmake/example/32603/using-cmake-to-define-the-version-number-for-cplusplus-usage
#pragma once

#define VulkanRenderer_VERSION_MAJOR "1"
#define VulkanRenderer_VERSION_MINOR "4"

#define VULKAN_VERSION_MAJOR "1"
#define VULKAN_VERSION_MINOR "4"

#define VULKAN_API_VERSION_MAJOR 1
#define VULKAN_API_VERSION_MINOR 4
#define VULKAN_API_VERSION_PATCH 0
#define VULKAN_API_VERSION 4210688

#define GLSLC_EXE "C:/Users/jsh/scoop/apps/vulkan/current/Bin/glslc.exe"