|
My Project
|
#include <renderer.hh>

Public Member Functions | |
| ImGuiRenderer (GLFWwindow *window) | |
| ~ImGuiRenderer () | |
| void | draw () const |
| void | begin_frame () const |
| template<typename T > | |
| void | debug (T &t) |
| template<> | |
| void | debug (PointLight &pl) |
| template<> | |
| void | debug (DirLight &dl) |
| ImGuiRenderer::ImGuiRenderer | ( | GLFWwindow * | window | ) |
| ImGuiRenderer::~ImGuiRenderer | ( | ) |
| void ImGuiRenderer::begin_frame | ( | ) | const |
| void ImGuiRenderer::debug | ( | DirLight & | dl | ) |
| void ImGuiRenderer::debug | ( | PointLight & | pl | ) |
| void ImGuiRenderer::draw | ( | ) | const |