early-access version 4175

This commit is contained in:
pineappleEA
2024-02-27 18:06:04 +01:00
parent f6fd2265b1
commit 90ca646c0d
24 changed files with 225 additions and 213 deletions

View File

@@ -71,7 +71,7 @@ const char* GetType(GLenum type) {
void APIENTRY DebugHandler(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length,
const GLchar* message, const void* user_param) {
const char format[] = "{} {} {}: {}";
constexpr std::string_view format = "{} {} {}: {}";
const char* const str_source = GetSource(source);
const char* const str_type = GetType(type);