A Basic Guide to Debugging OpenGL

Поділитися
Вставка
  • Опубліковано 2 лют 2023
  • Debugging OpenGL is hard.
    This video outlines a few methods and tips for Debugging OpenGL.
    We start with The Debug Context, RenderDoc, and then some general tips for some common cases.
    Discord: / discord
    Links:
    www.khronos.org/opengl/wiki/D...
    renderdoc.org/
    Music:
    ---
    It Came Upon a Midnight Clear by Kevin MacLeod is licensed under a Creative Commons Attribution 4.0 license. creativecommons.org/licenses/...
    Source: incompetech.com/music/royalty-...
    Artist: incompetech.com/
    ---
    Bethlehem - Christmas by Kevin MacLeod is licensed under a Creative Commons Attribution 4.0 license. creativecommons.org/licenses/...
    Source: incompetech.com/music/royalty-...
    Artist: incompetech.com/
    #opengl #debugging #renderdoc

КОМЕНТАРІ • 7

  • @user-tk5gj2cz5q
    @user-tk5gj2cz5q Рік тому +5

    With the first method, the callback could be called asynchronously; so you'll need to glEnable GL_DEBUG_OUTPUT_SYNCHRONOUS to avoid race conditions if you don't want to handle them.

  • @sapiosuicide1552
    @sapiosuicide1552 15 днів тому

    Thanks for this!

  • @aemogie
    @aemogie Рік тому +2

    didnt know about the opengl debug context. thank you!

  • @urielemmanuelpelaezhernand3904

    Library content, library source, and related stuff miss in this channel.