Preprocessor Macros: Difference between revisions

From David's Wiki
(Created page with "Some common preprocessor macros ==GLSL== <syntaxhighlight lang="c"> #define PI 3.14159265359 #define PI_2 1.57079632679 </syntaxhighlight>")
(No difference)

Revision as of 17:15, 30 October 2019

Some common preprocessor macros

GLSL

#define PI 3.14159265359
#define PI_2 1.57079632679