aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-24 08:05:50 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-26 11:09:20 +0200
commit3489e8682089c71c42b30eca80d7230b2ecf44f8 (patch)
tree2413cb5bec912ab8213d4dc22bb69ea4467bb737 /README.md
parent115630b520668304af1ccd3eb0b13c06e17ecccc (diff)
Add clock
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 05b12e7..ac7c82d 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,5 @@ Handle window close (window destroyed event, disconnected from server and socket
Bind texture and cache the bound texture to reduce calls to opengl.
Use gl triangle instead of quad.
Fix crash on exit.
-Support using multiple textures in shaders by using glActiveTexture for each one and set the uniform sampler2D value for each as as the index. \ No newline at end of file
+Support using multiple textures in shaders by using glActiveTexture for each one and set the uniform sampler2D value for each as as the index.
+Make sure clock is monotonic (there has been some issues with CLOCK\_MONOTONIC not being monotonic on linux).