]> git.cworth.org Git - apitrace/commit
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)
commite0f0a970dfa16eb6923f0962f2d3095c39973278
tree63bb7f5adb9dcf58ca6f8bddc6c9018e5b403322
parent0b5b75e507df681260ea9c43b142ee48fff780c5
trace: Better fallback of glGetDebugMessageLog*

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.
specs/glapi.py