Home
last modified time | relevance | path

Searched refs:attribsSrgb (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp959 EGLint attribsSrgb[] = { EGL_NONE, EGL_NONE, EGL_NONE }; variable
962 attribsSrgb[0] = EGL_GL_COLORSPACE;
963 attribsSrgb[1] = EGL_GL_COLORSPACE_SRGB;
965 attribsSrgb[0] = EGL_GL_COLORSPACE_KHR;
966 attribsSrgb[1] = EGL_GL_COLORSPACE_SRGB_KHR;
970 reinterpret_cast<EGLNativeWindowType>(window), isSrgbSurfaceSupported ? attribsSrgb : nullptr);

Completed in 3 milliseconds