Commit Description:
Improve logging....
Commit Description:
Improve logging. ?Add logging for World.Draw (renderers) ?Keeping logging display from jumping around.
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()