Temporary fix for GetShaderiv, until specific enums for Version20 are added.
This commit is contained in:
parent
74071fac60
commit
e6d30fd95d
1 changed files with 1 additions and 1 deletions
|
@ -6111,7 +6111,7 @@ GetProgramInfoLog(program, bufSize, length, infoLog)
|
|||
GetShaderiv(shader, pname, params)
|
||||
return void
|
||||
param shader UInt32 in value
|
||||
param pname GLenum in value
|
||||
param pname Version20 in value
|
||||
param params Int32 out array [pname]
|
||||
category VERSION_2_0
|
||||
dlflags notlistable
|
||||
|
|
Loading…
Reference in a new issue