mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
53461d7515
In GLSL, using the / operator on two vectors of the same size divides the vector component-wise, i.e. vec2(a, b) / vec2(c, d) == vec2(a / c, b / d). |
||
---|---|---|
.. | ||
EGL | ||
OpenGL | ||
CMakeLists.txt |