.. _program_listing_file_Src_GraphicsEngineVulkan_common_Globals.hpp: Program Listing for File Globals.hpp ==================================== |exhale_lsh| :ref:`Return to documentation for file ` (``Src/GraphicsEngineVulkan/common/Globals.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once namespace Kataglyphis { const int MAX_FRAME_DRAWS = 3; const int MAX_OBJECTS = 40; }// namespace Kataglyphis