diff options
-rw-r--r-- | DESIGN | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Issues 3. Do we want st_api->make_current? UNRESOLVED: olv thinks st_api->make_current should be replaced by - st_manager_api->get_current_context, st_framebuffer->bind_framebuffers, and + st_manager_api->get_current_context, st_context->bind_framebuffers, and st_api->notify_current_context. He thinks the maintenance of "current context" belongs to the st manager. What a state tracker cares is the binding framebuffers. If a state tracker needs to have access to the |