.. _program_listing_file_Resources_Shaders_hostDevice_GlobalValues.hpp: Program Listing for File GlobalValues.hpp ========================================= |exhale_lsh| :ref:`Return to documentation for file ` (``Resources/Shaders/hostDevice/GlobalValues.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef COMMONVALS #define COMMONVALS #define NUM_MIN_CASCADES 3 #define MAX_RESOLUTION_X 1920 #define MAX_RESOLUTION_Y 1080 const int G_BUFFER_SIZE = 4; const int NUM_FRUSTUM_PLANES = 6; const int NUM_CLOUDS = 1; #endif