OpenGL Shading Language: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 26 templates: del empty params (4×); hyphenate params (3×);
Improved grammar
Line 66:
== Language ==
===Operators===
GLSL contains the same operators as the [[operators in C and C++]], with the exception of [[Pointer (computer programming)|pointer]]s. [[Bitwise operators]] were added in version 1.30.
 
===Functions and control structures===