Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
#include "core/ember_core.h"
Go to the source code of this file.
Classes | |
class | OpenglRenderer |
Opengl Renderer implementation. More... | |
Variables | |
constexpr int | MAX_QUADS = 10000 |
constexpr int | MAX_VERTICES = MAX_QUADS * 4 |
constexpr int | MAX_INDICES = MAX_QUADS * 6 |
constexpr int | MAX_TEXTURE_SLOTS = 16 |
sampler2D (array) supported by platform DESKTOP - 32 WEBGL - 16 ANDROID - 32 IOS - 32 More... | |
|
constexpr |
|
constexpr |
|
constexpr |
sampler2D (array) supported by platform DESKTOP - 32 WEBGL - 16 ANDROID - 32 IOS - 32
|
constexpr |