
.. _program_listing_file_Src_GraphicsEngineVulkan_renderer_VulkanRendererConfig.hpp:

Program Listing for File VulkanRendererConfig.hpp
=================================================

|exhale_lsh| :ref:`Return to documentation for file <file_Src_GraphicsEngineVulkan_renderer_VulkanRendererConfig.hpp>` (``Src/GraphicsEngineVulkan/renderer/VulkanRendererConfig.hpp``)

.. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS

.. code-block:: cpp

   // 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"
