mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:27:34 +00:00
LibGL: Implement glShadeModel()
This turns off interpolation of vertex colors when GL_FLAT is selected.
This commit is contained in:
parent
26953c2be1
commit
da57563c1c
7 changed files with 51 additions and 6 deletions
|
@ -3,6 +3,7 @@ set(SOURCES
|
|||
GLBlend.cpp
|
||||
GLColor.cpp
|
||||
GLContext.cpp
|
||||
GLLights.cpp
|
||||
GLLists.cpp
|
||||
GLMat.cpp
|
||||
GLUtils.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue