aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2018-12-05 12:32:01 +0100
committerAndre Weissflog <floooh@gmail.com>2018-12-05 12:32:01 +0100
commit82a45204f54df0429a7d9f8315a6f4647abb428a (patch)
tree7d9c3fcd81a82ab410e506efcdb3a09fc7813394 /README.md
parent43ddc6f0f175b18e16a36f156586458c927c2df0 (diff)
small planned-feature update in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99c4f1ce..a00b6945 100644
--- a/README.md
+++ b/README.md
@@ -370,6 +370,10 @@ A list of things I'd like to do next:
## sokol_gfx.h planned features:
+- use a per-pool-slot generation counter as 'unique tag' in the resource handles,
+ and let the application decide whether slots should be disabled when
+ their generation counter overflows, or whether the generation counter
+ should simply wrap around
- separate setting the pipeline from binding buffer and image resources:
- mark ```sg_apply_draw_state()``` and ```sg_draw_state``` as "deprecated"
- new function ```sg_apply_pipeline(sg_pipeline pip)``` to set the current