mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 18:17:54 +00:00
Port changes from Early Access
This commit is contained in:
parent
19a93a3fd1
commit
616619c8f7
60 changed files with 12639 additions and 1166 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue