.. _program_listing_file_Src_GraphicsEngineVulkan_scene_SceneConfig.hpp: Program Listing for File SceneConfig.hpp ======================================== |exhale_lsh| :ref:`Return to documentation for file ` (``Src/GraphicsEngineVulkan/scene/SceneConfig.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include #include #include namespace sceneConfig { std::string getModelFile(); glm::mat4 getModelMatrix(); }// namespace sceneConfig