Changes between Version 3 and Version 4 of Debugging/OpenGL
- Timestamp:
- 12/11/13 10:47:40 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/OpenGL
v3 v4 1 1 {{{#!div class="box" 2 2 = OpenGL Debugging using `Apitrace` = 3 4 See also: [/wiki/ClientRendering#OpenGLRelatedTickets] 5 6 [[BR]] 7 3 8 4 9 Whenever you encounter problems with client-side `OpenGL` rendering, for example with `OpenGL` error messages, crashes, or visual artifacts, there are some specific steps to take to investigate. The *`Apitrace`* tool will get a dump of the `OpenGL` command stream, allowing it to be sent to the developers for replaying and investigation.