diff --git a/src/plugins/platforms/windows/openglblacklists/default.json b/src/plugins/platforms/windows/openglblacklists/default.json index 69f4a54d05..6515f02830 100644 --- a/src/plugins/platforms/windows/openglblacklists/default.json +++ b/src/plugins/platforms/windows/openglblacklists/default.json @@ -126,6 +126,18 @@ "features": [ "disable_desktopgl" ] + }, + { + "id": 11, + "description": "VMWare Workstation Player 12 has insufficient support for OpenGL", + "vendor_id": "0x15AD", + "device_id": [ "0x0405" ], + "os": { + "type": "win" + }, + "features": [ + "disable_desktopgl", "disable_d3d11" + ] } ] }