Brunot
Loading...
Searching...
No Matches
opengl.cpp File Reference
#include "opengl.h"
#include <string>
#include <fstream>
#include <sstream>
#include <glad/glad.h>
#include <spdlog/spdlog.h>
#include <stb_image/stb_image.h>
#include "Input.h"
#include "Editor.h"
#include "Logging.h"
#include "../Audio/AudioObject.h"
#include "Utility/Math/AffineMatrix.h"
#include "Camera.h"
#include "Utility/Math/Vector4D.h"
#include "../Framework/Entity.h"
#include "Framework/Engine.h"
#include "GLFW/glfw3.h"
#include "System/AudioSystem.h"
Include dependency graph for opengl.cpp:

Namespaces

namespace  sys
 the type of elements in a basic_json container

Functions

static auto sys::checkError () -> void
auto sys::debugCallback (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam) -> void
auto sys::iconifyCallback (GLFWwindow *window, int iconified)