OpenEnroth 73e68f7
|
#include "NuklearOverlayRenderer.h"
#include <memory>
#include <string>
#include <glad/gl.h>
#include <glm/glm.hpp>
#include <nuklear_config.h>
#include "Engine/EngineFileSystem.h"
#include "Engine/Engine.h"
#include "Library/Logger/Logger.h"
#include "Engine/Graphics/Image.h"
Classes | |
struct | nk_vertex |
struct | nk_device |
struct | nk_state |
Variables | |
constexpr int | maxVertexBuffer = 512 * 1024 |
constexpr int | maxElementBuffer = 512 * 1024 |
|
constexpr |
|
constexpr |