stackgl / shader-school

:mortar_board: A workshopper for GLSL shaders and graphics programming
Other
4.28k stars 254 forks source link

intro 4 confusion #139

Closed puckey closed 4 years ago

puckey commented 9 years ago

in intro 4 there is a line that lead me to believe you could use greater than / smaller than operators on vec2's:

for example: a < b == lessThan(a, b)

'for example' and the style of writing leads me to believe that this is code