Cleaned cache

This commit is contained in:
Kai Angulo 2024-05-30 01:12:00 -07:00
parent 48adc7a80d
commit 6b8daf4802
11 changed files with 370 additions and 2162 deletions

13
lack.cpp Normal file
View file

@ -0,0 +1,13 @@
" -D<name[=def]> | --define-macro <name[=def]> | --D <name[=def]>\n"
" define a pre-processor macro\n"
" -H print human readable form of SPIR-V; turns on -V\n"
" -U<name> | --undef-macro <name> | --U <name>\n"
" undefine a pre-processor macro\n"
" -e <name> | --entry-point <name>\n"
" specify <name> as the entry-point function name\n"
" --invert-y | --iy invert position.Y output in vertex shader\n"
" --nan-clamp favor non-NaN operand in min, max, and clamp\n"
" --source-entrypoint <name> the given shader source function is\n"
" renamed to be the <name> given in -e\n"