DXGL r734 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r733‎ | r734 | r735 >
Date:07:56, 3 August 2017
Author:admin
Status:new
Tags:
Comment:
Change the DebugDisableErrors default to false always, explain it will not affect OpenGL 4.5 or earlier drivers unless GL_KHR_no_error is available.
Modified paths:
  • /dxgl-example.ini (modified) (history)

Diff [purge]

Index: dxgl-example.ini
@@ -422,5 +422,7 @@
423423 ; (future) If OpenGL 4.6 is installed, creates an OpenGL context that has
424424 ; OpenGL errors disabled. This may potentially increase performance at the
425425 ; risk of increased undefined behavior.
426 -; Default is true on release builds, false on debug builds.
 426+; This option has no effect on OpenGL 4.5 or earlier drivers unless the
 427+; GL_KHR_no_error extension is available.
 428+; Default is false
427429 DebugDisableErrors = true