Fixed clang build

This commit is contained in:
Christophe Riccio
2018-07-23 20:13:40 +02:00
parent bb0f4ef324
commit 7c9c8cbd6f
4 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ namespace
case glm::highp: os << "uhi"; break;
case glm::mediump: os << "umd"; break;
case glm::lowp: os << "ulo"; break;
# if GLM_HAS_ANONYMOUS_STRUCT
# if GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE
case glm::aligned_highp: os << "ahi"; break;
case glm::aligned_mediump: os << "amd"; break;
case glm::aligned_lowp: os << "alo"; break;