Tests: Add usage and tests for previous commit.

This commit is contained in:
John Kessenich
2018-04-17 17:44:11 -06:00
parent fccbb8b40a
commit 2ead40ffa8
6 changed files with 60 additions and 2 deletions

View File

@@ -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"