mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
wined3d: Added support for ARB_POINT_PARAMETERS.
This commit is contained in:
parent
8d643a7324
commit
d599037c4e
@ -543,6 +543,9 @@ static BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info, Display* display)
|
||||
} else if (strcmp(ThisExtn, "GL_ARB_occlusion_query") == 0) {
|
||||
TRACE_(d3d_caps)(" FOUND: ARB Occlusion Query support\n");
|
||||
gl_info->supported[ARB_OCCLUSION_QUERY] = TRUE;
|
||||
} else if (strcmp(ThisExtn, "GL_ARB_point_parameters") == 0) {
|
||||
TRACE_(d3d_caps)(" FOUND: ARB Point parameters support\n");
|
||||
gl_info->supported[ARB_POINT_PARAMETERS] = TRUE;
|
||||
/**
|
||||
* EXT
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user