Add command flag for picking between shaders
The new `-s`, `--shaders` command line flag allows you to specify whether you want to load the glsl or hlsl shaders. Defaults to glsl. Issue: #723
This commit is contained in:
parent
8c35694de9
commit
301e8abf12
7 changed files with 45 additions and 20 deletions
|
|
@ -60,7 +60,6 @@
|
|||
#endif
|
||||
|
||||
const std::string getAssetPath();
|
||||
const std::string getShadersPath();
|
||||
|
||||
namespace vks
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue