Skip to content

Instantly share code, notes, and snippets.

@treeform
Created November 20, 2019 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save treeform/78a925e0379671ded66ef666706d6883 to your computer and use it in GitHub Desktop.
Save treeform/78a925e0379671ded66ef666706d6883 to your computer and use it in GitHub Desktop.
# Get the log itself
var
logStr = cast[ptr GLchar](alloc(logSize))
logLen: GLsizei
glGetShaderInfoLog(vertShader, logSize.GLsizei, logLen.addr, logStr)
# Print the log
echo $logStr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment