X-Git-Url: https://git.cworth.org/git?p=vogl;a=blobdiff_plain;f=glspec%2Fdbg_gl_funcs.txt;h=faf63cffdc83f923ecb34535a49d518071458b78;hp=c8775f0d64a8a7d4f35442f27fec9e7c351e9f26;hb=eecde759ff6e2f919318739526a7fa0d76133bdc;hpb=2d3e8315938a42f2003ddf9170ee7becf8eed6c1 diff --git a/glspec/dbg_gl_funcs.txt b/glspec/dbg_gl_funcs.txt index c8775f0..faf63cf 100644 --- a/glspec/dbg_gl_funcs.txt +++ b/glspec/dbg_gl_funcs.txt @@ -5640,12 +5640,12 @@ Name: "DebugMessageCallback", ParamNames: 2, Params: 2, Return: "void", Category Name: "GetDebugMessageLog", ParamNames: 8, Params: 8, Return: "UInt32", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "count", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 - Name: "sources", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 - Name: "types", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 - Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 - Name: "severities", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 - Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 - Name: "messageLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(bufsize)]", Retained: 0 + Name: "sources", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 + Name: "types", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 + Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 + Name: "severities", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 + Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 + Name: "messageLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0 Name: "PushDebugGroup", ParamNames: 4, Params: 4, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0