Pyrogenesis  trunk
Classes | Namespaces | Functions | Variables
VideoMode.cpp File Reference
#include "precompiled.h"
#include "VideoMode.h"
#include "graphics/GameView.h"
#include "gui/GUIManager.h"
#include "lib/config2.h"
#include "lib/external_libraries/libsdl.h"
#include "lib/sysdep/os.h"
#include "lib/tex/tex.h"
#include "ps/CConsole.h"
#include "ps/CLogger.h"
#include "ps/ConfigDB.h"
#include "ps/CStr.h"
#include "ps/Filesystem.h"
#include "ps/Game.h"
#include "ps/GameSetup/Config.h"
#include "ps/Pyrogenesis.h"
#include "renderer/backend/dummy/DeviceForward.h"
#include "renderer/backend/gl/DeviceForward.h"
#include "renderer/backend/IDevice.h"
#include "renderer/backend/vulkan/DeviceForward.h"
#include "renderer/Renderer.h"
#include <string_view>
Include dependency graph for VideoMode.cpp:

Classes

class  CVideoMode::CCursor
 

Namespaces

 anonymous_namespace{VideoMode.cpp}
 

Functions

Renderer::Backend::Backend anonymous_namespace{VideoMode.cpp}::GetFallbackBackend (const Renderer::Backend::Backend backend)
 
std::string_view anonymous_namespace{VideoMode.cpp}::GetBackendName (const Renderer::Backend::Backend backend)
 

Variables

int anonymous_namespace{VideoMode.cpp}::DEFAULT_WINDOW_W = 1024
 
int anonymous_namespace{VideoMode.cpp}::DEFAULT_WINDOW_H = 768
 
int anonymous_namespace{VideoMode.cpp}::DEFAULT_FULLSCREEN_W = 1024
 
int anonymous_namespace{VideoMode.cpp}::DEFAULT_FULLSCREEN_H = 768
 
const wchar_t anonymous_namespace{VideoMode.cpp}::DEFAULT_CURSOR_NAME [] = L"default-arrow"
 
CVideoMode g_VideoMode
 

Variable Documentation

◆ g_VideoMode

CVideoMode g_VideoMode