Show More
Commit Description:
Hide budget for now....
Commit Description:
Hide budget for now.
(grafted from c874f4993fc1575dc21b6d1a41b46dc9b87f3337)
References:
File last commit:
Show/Diff file:
Action:
FNA/lib/MojoShader/README.txt
11 lines | 461 B | text/plain | TextLexer
11 lines | 461 B | text/plain | TextLexer
r0 | To use this in your project: | |||
- Add mojoshader*.c and mojoshader*.h to your project. | ||||
- Compile mojoshader*.c | ||||
- If you don't have a C99-compliant compiler, like Microsoft Visual Studio, | ||||
you'll need to compile the .c files as C++ to get them to build. | ||||
- If you don't have cmake to generate mojoshader_version.h, you can either | ||||
add a blank file with that name, or add MOJOSHADER_NO_VERSION_INCLUDE to | ||||
your preprocessor definitions. | ||||
// end of README.txt ... | ||||