Tests: Add usage and tests for previous commit.
This commit is contained in:
parent
fccbb8b40a
commit
2ead40ffa8
6 changed files with 60 additions and 2 deletions
|
|
@ -1306,6 +1306,8 @@ void usage()
|
|||
" .geom for a geometry shader\n"
|
||||
" .frag for a fragment shader\n"
|
||||
" .comp for a compute shader\n"
|
||||
" .glsl for .vert.glsl, .tesc.glsl, ..., .comp.glsl compound suffixes\n"
|
||||
" .hlsl for .vert.hlsl, .tesc.hlsl, ..., .comp.hlsl compound suffixes\n"
|
||||
"\n"
|
||||
"Options:\n"
|
||||
" -C cascading errors; risk crash from accumulation of error recoveries\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue