summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/GLLights.cpp
AgeCommit message (Collapse)Author
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-05-16LibGL: Implement glShadeModel()Stephan Unverwerth
This turns off interpolation of vertex colors when GL_FLAT is selected.