aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-22 08:55:48 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-18 15:22:10 +0100
commit9ab59b76c0ece5e261c0152af3f830f48532e103 (patch)
treeae66d456fa58d4f98ea74759bcc2bb9e2f50efae /README.md
parentf2f8ccc1c24ab372ffe5e932780eeb1c49a4d277 (diff)
Fix rendering of character
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2168a8a..d7dcf18 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,5 @@ glm
sibs (https://github.com/DEC05EBA/sibs)
# TODO
-Make use shader a no-op if already in use \ No newline at end of file
+* Make use shader a no-op if already in use.
+* Render vertices using glDrawElements instead of glDrawArrays. \ No newline at end of file