.. _program_listing_file_Src_GraphicsEngineVulkan_vulkan_base_ShaderIncludes.hpp: Program Listing for File ShaderIncludes.hpp =========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``Src/GraphicsEngineVulkan/vulkan_base/ShaderIncludes.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include "renderer/VulkanRendererConfig.hpp" #include "spdlog/spdlog.h" #include #include #include namespace Kataglyphis::ShaderIncludes { std::string getShaderIncludes() { spdlog::info("The shader includes are the following: {}", ShaderIncludesString); return ShaderIncludesString; } }// namespace Kataglyphis::ShaderIncludes