use vs_3_0

This commit is contained in:
Anthony 2021-02-06 23:27:21 +13:00 committed by PatrickvL
parent b565d39ffe
commit 3c96e3236b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <fstream>
#include <sstream> // std::stringstream
extern const char* g_vs_model = vs_model_2_a;
extern const char* g_vs_model = vs_model_3_0;
// HLSL generation
void OutputHlsl(std::stringstream& hlsl, VSH_IMD_OUTPUT& dest)