#364 add hack for intel hd 4000 build 10.18.10.5161
This commit is contained in:
parent
ebbdf370be
commit
f9f15f65e0
1 changed files with 2 additions and 1 deletions
|
@ -250,7 +250,8 @@ static void ogl_build_programs()
|
|||
|
||||
/* Hack for Intel HD 4000 driver bug - disable multipass shader */
|
||||
|
||||
if (_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.4252") == 0)
|
||||
if (_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.4252") == 0 ||
|
||||
_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.5161") == 0)
|
||||
{
|
||||
char shader_path_tmp[MAX_PATH] = { 0 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue