From 17fc1268f7e08a44f4fe0c872f3e2dc59ff854a0 Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Tue, 26 Dec 2017 15:29:41 +0100 Subject: [PATCH] Update todos --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ca7a3..bb626fa 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,9 @@ in place which just checks that replacing the shaders worked. - [x] check performance - [x] cross platform tests - [x] proper example (incl. interaction) -- [ ] dynamic scissor +- [x] dynamic scissor - [x] implement test to check if released header works +- [ ] implement way to specify attachments (the code right now assumes that there is only one attachment and that this is the color attachment) ## Acknowledgements