Searched refs:coreProfileAttribs (Results 1 – 1 of 1) sorted by relevance
366 int coreProfileAttribs[] = { in create_gl_context() local373 coreProfileAttribs[1] = kCoreGLVersions[2 * v]; in create_gl_context()374 coreProfileAttribs[3] = kCoreGLVersions[2 * v + 1]; in create_gl_context()375 glrc = extensions.createContextAttribs(dc, nullptr, coreProfileAttribs); in create_gl_context()