GLCallLocker
FNA uses a single-threaded GL context. This class helps with tracking down related issues and deadlocks. See https://github.com/blushiemagic/tModLoader/issues/237 and https://github.com/FNA-XNA/FNA/blob/master/src/FNAPlatform/OpenGLDevice.cs#L4676 It also improves loading performance on FNA