mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-08 13:15:01 +00:00
CShaderGenerator: Fix compiler warning
MSVC desires the namespace version
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user