How to create a system-independent NSOpenGLContext in Cocoa, not for drawing, but for retrieving OpenGL information like vendor, version etc. ???
How to create a system-independent NSOpenGLContext in Cocoa, not for drawing, but for retrieving
Share
You create one the same way you would “for drawing,” but after creating it, you get the information you want and then destroy it.