]> git.cworth.org Git - apitrace/commitdiff
trace: Better fallback of glGetDebugMessageLog*
authorPeter Lohrmann <PeterL@valvesoftware.com>
Mon, 17 Jun 2013 20:20:04 +0000 (16:20 -0400)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 8 Oct 2013 23:48:50 +0000 (16:48 -0700)
If glGetDebugMessageLog* is not exposed by the underlying driver during
tracing, the function should return a value of 0 (meaning that no
strings were in the log) instead of aborting.


No differences found