matf-rg-engine 1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
Loading...
Searching...
No Matches
Namespaces | Functions
OpenGL.cpp File Reference
#include <glad/glad.h>
#include <filesystem>
#include <array>
#include <stb_image.h>
#include <engine/graphics/OpenGL.hpp>
#include <engine/resources/Shader.hpp>
#include <engine/resources/ShaderCompiler.hpp>
#include <engine/resources/Skybox.hpp>
#include <engine/util/Errors.hpp>
#include <engine/util/Utils.hpp>
#include <skybox_vertices.include>
Include dependency graph for OpenGL.cpp:

Namespaces

namespace  engine
 
namespace  engine::graphics
 

Functions

std::string_view engine::graphics::gl_call_error_description (GLenum error)
 
uint32_t engine::graphics::face_index (std::string_view name)
 
int32_t engine::graphics::stbi_number_of_channels_to_gl_format (int32_t number_of_channels)