Announcement

Collapse
No announcement yet.

SDL Lands Initial Support For OpenGL KHR_no_error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SDL Lands Initial Support For OpenGL KHR_no_error

    Phoronix: SDL Lands Initial Support For OpenGL KHR_no_error

    The Simple DirectMedia Library (SDL) now has initial support for the KHR_no_error extension that was included in this summer's release of OpenGL 4.6...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Originally posted by phoronix
    via the MESA_NO_ERROR=1 extension
    MESA_NO_ERROR is not an extension. It's an environment variable.

    Comment


    • #3
      Originally posted by jf33 View Post
      MESA_NO_ERROR is not an extension. It's an environment variable.
      Yep, typo. Fixed, thanks.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        It's nice that SDL has built-in OpenGL bindings, but you do not have to use them even when using SDL. Indeed, lapses like this (many missing extension) have always made it a not-so-attractive option. I use SDL a lot, but generate my OpenGL bindings elsewhere.

        Comment


        • #5
          Originally posted by emblemparade View Post
          I use SDL a lot, but generate my OpenGL bindings elsewhere.
          Not sure what you mean by "OpenGL bindings", but this particular extension is related to context creation, it does not add any new functions to OpenGL.

          Comment


          • #6
            He is talking about all the function definitions for OpenGL. And SDL only has a very limited set of them so you end up using some other OpenGL library anyway to fulfill that role. But SDL at last is nice to create GL contexts and get GL function pointers without having to care about the platform.

            Comment

            Working...
            X