adjust version numbers on shaders for core profiles
This commit is contained in:
parent
c333ff832a
commit
8f8fd74e3b
3 changed files with 16 additions and 5 deletions
|
@ -140,7 +140,7 @@ static void ogl_build_programs()
|
|||
|
||||
if (g_ogl.main_program)
|
||||
{
|
||||
g_ogl.scale_program = oglu_build_program_from_file(g_ddraw->shader);
|
||||
g_ogl.scale_program = oglu_build_program_from_file(g_ddraw->shader, wglCreateContextAttribsARB != NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue