X-Git-Url: https://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/250ca4b72ea7869387a62135610c52683fa14268..c7b3127165b9995561d5c7d7d6ca1184f089c797:/upstream-doc/man4/xhtml/glDebugMessageInsert.xml diff --git a/upstream-doc/man4/xhtml/glDebugMessageInsert.xml b/upstream-doc/man4/xhtml/glDebugMessageInsert.xml index 4f03472..21649cf 100644 --- a/upstream-doc/man4/xhtml/glDebugMessageInsert.xml +++ b/upstream-doc/man4/xhtml/glDebugMessageInsert.xml @@ -21,9 +21,9 @@ use by the GL implementation. type indicates the type of the message to be inserted and may be one of GL_DEBUG_TYPE_ERROR, GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR, GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR, GL_DEBUG_TYPE_PORTABILITY, - GL_DEBUG_TYPE_PERFORMANCE, or GL_DEBUG_TYPE_OTHER. + GL_DEBUG_TYPE_PERFORMANCE, GL_DEBUG_TYPE_MARKER, GL_DEBUG_TYPE_PUSH_GROUP, GL_DEBUG_TYPE_POP_GROUP, or GL_DEBUG_TYPE_OTHER. severity indicates the severity of the message and may be GL_DEBUG_SEVERITY_LOW, - GL_DEBUG_SEVERITY_MEDIUM, or GL_DEBUG_SEVERITY_HIGH. + GL_DEBUG_SEVERITY_MEDIUM, GL_DEBUG_SEVERITY_HIGH or GL_DEBUG_SEVERITY_NOTIFICATION. id is available for application defined use and may be any value. This value will be recorded and used to identify the message.

@@ -32,6 +32,9 @@ is negative then message is treated as a null-terminated string. The length of the message, whether specified explicitly or implicitly, must be less than or equal to the implementation defined constant GL_MAX_DEBUG_MESSAGE_LENGTH. +

Notes

+ GL_DEBUG_TYPE_MARKER, GL_DEBUG_TYPE_PUSH_GROUP, GL_DEBUG_TYPE_POP_GROUP, and GL_DEBUG_SEVERITY_NOTIFICATION + are available only if the GL version is 4.3 or higher.

Errors

GL_INVALID_ENUM is generated if any of source, type or severity is not one of the accepted interface types.