]> git.cworth.org Git - vogl/commit
UI: Improved support for shared contexts and viewing shared state objects master
authorPeterLValve <peterl@valvesoftware.com>
Tue, 1 Apr 2014 00:08:31 +0000 (17:08 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 19:37:34 +0000 (12:37 -0700)
commit6946d5fddddd5f94c405614cef8f39c627d89146
treea606339d7f62d1258407bc41eba7531b4f61d7e2
parent96da0248021a617555bfcfa419eb385485379239
UI: Improved support for shared contexts and viewing shared state objects
* GL state objects that belong to shared contexts can now be visualized if the parent context is current.
* Framebuffer Objects are NOT considered shared state by OpenGL because they reference textures and renderbuffers which ARE shared state objects.
src/vogleditor/vogleditor.cpp
src/vogleditor/vogleditor.h
src/vogleditor/vogleditor_qframebufferexplorer.cpp
src/vogleditor/vogleditor_qframebufferexplorer.h
src/vogleditor/vogleditor_qprogramexplorer.cpp
src/vogleditor/vogleditor_qprogramexplorer.h
src/vogleditor/vogleditor_qshaderexplorer.cpp
src/vogleditor/vogleditor_qshaderexplorer.h
src/vogleditor/vogleditor_qtextureexplorer.cpp
src/vogleditor/vogleditor_qtextureexplorer.h