OpenGLRenderer: Handle GL_DEBUG_SEVERITY_NOTIFICATION

This commit is contained in:
Jérôme Leclercq 2020-08-09 18:41:28 +02:00
parent d4f60c174e
commit d9b34b4ba8
1 changed files with 4 additions and 0 deletions

View File

@ -633,6 +633,10 @@ namespace Nz::GL
ss << "Low";
break;
case GL_DEBUG_SEVERITY_NOTIFICATION:
ss << "Notification";
break;
default:
ss << "Unknown";
break;