OpenGL2: Use an OpenGL 3.2 core context if available.
This commit is contained in:
parent
51ca4d35ea
commit
d549b642bc
20 changed files with 313 additions and 349 deletions
|
@ -458,6 +458,8 @@ static void DrawSkySide( struct image_s *image, const int mins[2], const int max
|
|||
|
||||
VectorSet4(vector, 0.0, 0.0, 0.0, 0.0);
|
||||
GLSL_SetUniformVec4(sp, UNIFORM_DIFFUSETEXOFFTURB, vector);
|
||||
|
||||
GLSL_SetUniformInt(sp, UNIFORM_ALPHATEST, 0);
|
||||
}
|
||||
|
||||
R_DrawElements(tess.numIndexes - tess.firstIndex, tess.firstIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue