What does my choice of GLFW_SAMPLES actually do?
问题 What does setting this variable do? For instance, if I set it to 4, what does that mean? I read a description on glfw.org (see here: GLFW Window Guide) under the "Framebuffer related hints" section. The manual says "GLFW_SAMPLES specifies the desired number of samples to use for multisampling. Zero disables multisampling. GLFW_DONT_CARE means the application has no preference." I also read a description of multisampling in general (see here: Multisampling by Shawn Hargreaves). I have a rough