mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 01:55:55 +02:00
Removed mirroring of default framebuffer attribs.
This commit is contained in:
@@ -117,7 +117,7 @@ int main(int argc, char** argv)
|
||||
|
||||
glfwSwapInterval(1);
|
||||
|
||||
samples = glfwGetWindowParam(window, GLFW_FSAA_SAMPLES);
|
||||
glGetIntegerv(GL_SAMPLES_ARB, &samples);
|
||||
if (samples)
|
||||
printf("Context reports FSAA is available with %i samples\n", samples);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user