1#ifndef TATOOINE_GL_ERROR_CHECK_H
2#define TATOOINE_GL_ERROR_CHECK_H
14 DLL_API
gl_error(std::string_view
const& function_name,
15 std::string_view
const& message);
Definition: errorcheck.h:12
DLL_API gl_error(std::string_view const &function_name, std::string_view const &message)
Definition: errorcheck.h:18
DLL_API gl_framebuffer_not_complete_error(std::string const &what)
Definition: ansiformat.h:6
DLL_API auto gl_error_check(std::string_view function) -> void
DLL_API auto gl_error_to_string(GLenum err) -> std::string
DLL_API auto gl_framebuffer_error_to_string(GLenum status) -> std::string
DLL_API auto gl_framebuffer_not_complete_check(GLuint fbo_id) -> void