Home
last modified time | relevance | path

Searched refs:PFNWGLSWAPINTERVALPROC (Results 1 – 2 of 2) sorted by relevance

/dports/games/cake/cake_src/cake/glsetup/
H A Dglext.h267 typedef void (APIENTRY * PFNWGLSWAPINTERVALPROC) (GLenum interval); typedef
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow_w32.cpp781 typedef BOOL(APIENTRY* PFNWGLSWAPINTERVALPROC)(int); in setPropVsync_()
782 PFNWGLSWAPINTERVALPROC wglSwapInterval = 0; in setPropVsync_()
783 wglSwapInterval = (PFNWGLSWAPINTERVALPROC)wglGetProcAddress("wglSwapIntervalEXT"); in setPropVsync_()