diff options
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r-- | doc/TODO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 82f013265..d31466f78 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -5,6 +5,10 @@ WIP: GLOffscreenAutoDrawable GLDrawableFactory.createOffsceenAutoDrawable() - Mark both deprecated! +- Optimize/Fix NIO caching of glMapBuffer/glUnmapBuffer + - optimize the NIO caching, i.e. memory range, incr. reference count + - _remove_ the cached object w/ decr. ref count, remove object + Random, somewhat old to-do list: - Non-const array types must be properly released with JNI_COMMIT in |