From 1633fed37735960149c176d6dfe52aee3c334e9f Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Sun, 26 Aug 2018 15:05:21 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e82a9b9..2b1c90e 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ ## Milestones - [x] clear screen example working -- [ ] triangle example working (vertex/index buffer object, shader from assembly) +- [ ] triangle example working + - [ ] shader from assembly, hardcoded vertices + - [ ] vertices/indices from vertex/index buffer object + - [ ] uniforms for matrix multiplication and animation