X-Git-Url: https://git.cworth.org/git?p=vogl;a=blobdiff_plain;f=glspec%2Fgl.spec;h=ca6c2739093fd214f1faa8ad4e7545610c9cb19e;hp=64c356fa3228577807683f3875a009fc03f11909;hb=eecde759ff6e2f919318739526a7fa0d76133bdc;hpb=2d3e8315938a42f2003ddf9170ee7becf8eed6c1 diff --git a/glspec/gl.spec b/glspec/gl.spec index 64c356f..ca6c273 100644 --- a/glspec/gl.spec +++ b/glspec/gl.spec @@ -15495,12 +15495,12 @@ GetDebugMessageLog(count, bufsize, sources, types, ids, severities, lengths, mes return UInt32 param count UInt32 in value param bufsize SizeI in value - param sources GLenum out array [COMPSIZE(count)] - param types GLenum out array [COMPSIZE(count)] - param ids UInt32 out array [COMPSIZE(count)] - param severities GLenum out array [COMPSIZE(count)] - param lengths SizeI out array [COMPSIZE(count)] - param messageLog Char out array [COMPSIZE(bufsize)] + param sources GLenum out array [count] + param types GLenum out array [count] + param ids UInt32 out array [count] + param severities GLenum out array [count] + param lengths SizeI out array [count] + param messageLog Char out array [bufsize] category KHR_debug dlflags notlistable version 4.3