Lines Matching defs:_GLFWfbconfig
55 typedef struct _GLFWfbconfig _GLFWfbconfig; typedef
294 struct _GLFWfbconfig struct
296 int redBits;
297 int greenBits;
298 int blueBits;
299 int alphaBits;
300 int depthBits;
301 int stencilBits;
302 int accumRedBits;
303 int accumGreenBits;
304 int accumBlueBits;
305 int accumAlphaBits;
306 int auxBuffers;
307 GLFWbool stereo;
308 int samples;
309 GLFWbool sRGB;
310 GLFWbool doublebuffer;
311 uintptr_t handle;