aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-12 21:09:53 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-12 21:09:53 +0200
commit08dcbfa7772149bcdcc0ab660a897853a30103a0 (patch)
treec3789dadef191e8942993d1e8fcafc266377ed8a /README.md
parent4aa7273eea642bff78477b0b220c7056628b13a8 (diff)
compressed texture
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 1b80299..4fed650 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,5 @@ Written in C.
## Runtime
`libglvnd (libGL.so)`
## TODO
-Handle window close (window destroyed event, disconnected from server and socket becomes invalid (check select return?)) \ No newline at end of file
+Handle window close (window destroyed event, disconnected from server and socket becomes invalid (check select return?)).\
+Bind texture and cache the bound texture to reduce calls to opengl. \ No newline at end of file