ARB_multisample + GLFW

Hello! How do you use ARB_multisample extension with GLFW? I have to use the function wglChoosePixelFormatARB while creating the ogl context but in GLFW I don’t have access to window creating precedures…

Sorry, no can do. To do it “the right way”, GLFW has to be extended to support multisampling (via wgl & GLX etc). It might be something to put on the TODO list?

Yes, Marcus, the support of this extension would be a great plus indeed!