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 "3"
#define VULKAN_VERSION_MAJOR "1"
#define VULKAN_VERSION_MINOR "3"
#define GLSLC_EXE "/bin/glslc"