KiCad PCB EDA Suite
|
#include <gl_utils.h>
Static Public Member Functions | |
static int | SetSwapInterval (int aVal) |
Attempts to set the OpenGL swap interval. | |
Definition at line 40 of file gl_utils.h.
|
inlinestatic |
Attempts to set the OpenGL swap interval.
aVal | if -1 = try to set adaptive swapping, 0 = sync off, 1 = sync with VSYNC rate. |
Definition at line 49 of file gl_utils.h.
Referenced by KIGFX::OPENGL_GAL::init(), and EDA_3D_CANVAS::initializeOpenGL().