aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-31 19:58:20 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-31 19:58:20 +0200
commitf3e5b69d33f47dece7e3bc8c133f65ad7169cc18 (patch)
tree030b1a94e3bb7faacbf50d7306e5b66f89c575b6 /README.md
parentbff9b4c0ee5c943d3729006c8303bbde1e96742e (diff)
Flush after window move/resize
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 97e4714..2b866e3 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,5 @@ Right now mgl only supports x11.
`libglvnd (libGL.so)`
# Notes
Every window _get_ function is cached from the last event poll, no calls to x11 is made.\
-Only one window can be created and used at once.
+Only one window can be created and used at once.\
+mgl needs to be initialized first and then a window created, before other functions are called.