diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2010-01-18 11:44:07 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2010-01-18 11:44:24 +0800 |
commit | f25d66f299190b90e991d4f00519d91c5ac60203 (patch) | |
tree | 44ca0dc4728a47112c3be7b2c6930b427e151442 | |
parent | 0eacc33865cf803f452bd71cdbf9e7e2fdef20b4 (diff) |
Fix a serious typo in issue 3.
Should be st_context->bind_framebuffers, not
st_framebuffer->bind_framebuffers.
-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 |