summaryrefslogtreecommitdiff
path: root/src/khrplatform.h
AgeCommit message (Collapse)Author
2022-11-29*: pivot everything to OpenGL ES 2.0Vito Caputo
In the interests of keeping things bisectable this is one big commit of everything necessary to go from OpenGL 2.1 to OpenGL ES 2.0 in one fell swoop. There's a handful of annoying mechanical changes necessary in shaders like removing the 'f' suffix on float constants e.g. 1.f becomes 1.0 etc. This is primarily happening to enable emscripten builds
© All Rights Reserved