Added tiny synopsis

Camilla Löwy 2023-02-20 18:52:05 +01:00
parent 84b7aaa46a
commit b4cd49ed9d

@ -1,3 +1,5 @@
This is a collection of issues caused by having multiple copies of GLFW in use in the same process, whether the same version or different ones.
## Context API TLS
Each copy of GLFW assumes nothing else makes a context current and that the context API's TLS slot remains in sync with its own.