mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
wgl: Support WGL_FLOAT_COMPONENTS_NV in wglGetPixelFormatAttrib*.
This commit is contained in:
parent
5717dede77
commit
b25b287e6c
@ -2679,6 +2679,10 @@ static GLboolean WINAPI X11DRV_wglGetPixelFormatAttribivARB(HDC hdc, int iPixelF
|
||||
curGLXAttr = GLX_SAMPLES_ARB;
|
||||
break;
|
||||
|
||||
case WGL_FLOAT_COMPONENTS_NV:
|
||||
curGLXAttr = GLX_FLOAT_COMPONENTS_NV;
|
||||
break;
|
||||
|
||||
default:
|
||||
FIXME("unsupported %x WGL Attribute\n", curWGLAttr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user