LookingGlass/client/renderers
Quantum 705250f23d [client] egl: correct assign to gl_Position in basic.vert
gl_Position is expected to be using homogeneous coordinates, which requires
w to be a coordinate scale factor, usually 1.0. z should also be set in order
for depth to be well-defined. Therefore, we should set gl_Position.zw to
vec2(0.0, 1.0).
2021-08-10 06:10:42 +10:00
..
EGL [client] egl: correct assign to gl_Position in basic.vert 2021-08-10 06:10:42 +10:00
OpenGL [client] opengl: refactor to use project naming standards 2021-08-08 17:21:25 +10:00
CMakeLists.txt [client] interface: rename LG_Renderer to LG_RendererOps 2021-08-08 14:43:04 +10:00