Commit Description:
Add zooming, scrolling, and proper sprite layering (changes from last night).
Commit Description:
Add zooming, scrolling, and proper sprite layering (changes from last night).
References:
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/unit_tests/preprocessor/output/macro-1-arg-accepts-void
5 lines | 189 B | text/plain | TextLexer
// x() should be considered one (blank) argument when there is a macro which
// has one parameter. It should produce "RIGHT" and not "RIGHT()", and no
// errors.
#define x(a) RIGHT a
x()