CShaderGenerator: Fix compiler warning
MSVC desires the namespace version
This commit is contained in:
parent
012da6fb6d
commit
b8078e7419
|
@ -6,7 +6,7 @@
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include <GL/glew.h>
|
#include <GL/glew.h>
|
||||||
|
|
||||||
using std::string_view_literals::operator""sv;
|
using namespace std::string_view_literals;
|
||||||
|
|
||||||
constexpr std::array gkCoordSrc{
|
constexpr std::array gkCoordSrc{
|
||||||
"ModelSpacePos.xyz"sv,
|
"ModelSpacePos.xyz"sv,
|
||||||
|
|
Loading…
Reference in New Issue