gloperate icon indicating copy to clipboard operation
gloperate copied to clipboard

Add use of the KHR_no_error extension

Open scheibel opened this issue 7 years ago • 0 comments

Supported window toolkits:

  • GLFW using the GLFW_CONTEXT_NO_ERROR flag

Unsupported window toolkits:

  • Qt

First tests using the Mesa implementation indicates small but noticable performance improvements: https://www.phoronix.com/scan.php?page=news_item&px=Mesa-17.2-Trying-NO-ERROR I suggest we use this exension (if available) in Release mode as counterpart to our extended debug facilities in Debug mode.

scheibel avatar Jun 16 '17 21:06 scheibel