Kaydet (Commit) b7d07ffc authored tarafından Markus Mohrhard's avatar Markus Mohrhard

request also a stencil size

Change-Id: Ib3b8b70aa50dd1a42108e3e9091350bf1d315b03
üst 5c887ab2
......@@ -428,6 +428,7 @@ bool OpenGLHelper::GetVisualInfo(Display* pDisplay, int nScreen, XVisualInfo& rV
GLX_GREEN_SIZE, 8,
GLX_BLUE_SIZE, 8,
GLX_DEPTH_SIZE, 24,
GLX_STENCIL_SIZE, 8,
None };
pVI = glXChooseVisual( pDisplay, nScreen, aAttrib );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment