DDraceNetwork Docs
|
#include <SDL_video.h>
#include <base/detect.h>
#include <engine/graphics.h>
#include <engine/client/graphics_threaded.h>
#include <engine/client/backend/backend_base.h>
#include <atomic>
#include <condition_variable>
#include <cstddef>
#include <cstdint>
#include <mutex>
#include <vector>
Go to the source code of this file.
Classes | |
class | CGraphicsBackend_Threaded |
class | CGraphicsBackend_Threaded::ICommandProcessor |
class | CCommandProcessorFragment_General |
struct | SBackendCapabilites |
class | CCommandProcessorFragment_SDL |
struct | CCommandProcessorFragment_SDL::SCommand_Init |
struct | CCommandProcessorFragment_SDL::SCommand_Shutdown |
class | CCommandProcessor_SDL_GL |
class | CGraphicsBackend_SDL_GL |
Variables | |
static constexpr size_t | gs_GpuInfoStringSize = 256 |
|
staticconstexpr |