![]() |
DDNet documentation
|
#include <base/dbg.h>#include <base/sphore.h>#include <engine/graphics.h>#include <engine/shared/config.h>#include <atomic>#include <cstddef>#include <mutex>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | TextureFlag |
Typedefs | |
| typedef std::function< const char *(const char *, const char *)> | TTranslateFunc |
Functions | |
| IGraphicsBackend * | CreateGraphicsBackend (TTranslateFunc &&TranslateFunc) |
Variables | |
| constexpr int | CMD_BUFFER_DATA_BUFFER_SIZE = 1024 * 1024 * 2 |
| constexpr int | CMD_BUFFER_CMD_BUFFER_SIZE = 1024 * 256 |
| constexpr uint32_t | TextureFlag::NO_MIPMAPS = 1 << 0 |
| constexpr uint32_t | TextureFlag::TO_3D_TEXTURE = 1 << 1 |
| constexpr uint32_t | TextureFlag::TO_2D_ARRAY_TEXTURE = 1 << 2 |
| constexpr uint32_t | TextureFlag::NO_2D_TEXTURE = 1 << 3 |
| typedef std::function<const char *(const char *, const char *)> TTranslateFunc |
|
strong |
|
strong |
|
strong |
|
extern |
|
constexpr |
|
constexpr |