mirror of
https://github.com/aap/librw.git
synced 2025-04-08 19:01:46 +01:00
commit
0102f88367
@ -1670,6 +1670,10 @@ startGLFW(void)
|
|||||||
glfwWindowHint(GLFW_GREEN_BITS, mode->mode.greenBits);
|
glfwWindowHint(GLFW_GREEN_BITS, mode->mode.greenBits);
|
||||||
glfwWindowHint(GLFW_BLUE_BITS, mode->mode.blueBits);
|
glfwWindowHint(GLFW_BLUE_BITS, mode->mode.blueBits);
|
||||||
glfwWindowHint(GLFW_REFRESH_RATE, mode->mode.refreshRate);
|
glfwWindowHint(GLFW_REFRESH_RATE, mode->mode.refreshRate);
|
||||||
|
|
||||||
|
// GLX will round up to 2x or 4x if you ask for multisampling on with 1 sample
|
||||||
|
// So only apply the SAMPLES hint if we actually want multisampling
|
||||||
|
if (glGlobals.numSamples > 1)
|
||||||
glfwWindowHint(GLFW_SAMPLES, glGlobals.numSamples);
|
glfwWindowHint(GLFW_SAMPLES, glGlobals.numSamples);
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user