mirror of
https://github.com/g-truc/glm.git
synced 2025-04-21 12:39:37 +00:00
Fixed build error
This commit is contained in:
parent
8c8c8367e3
commit
4ab9776756
1 changed files with 5 additions and 3 deletions
|
@ -17,9 +17,11 @@ namespace
|
|||
case glm::highp: os << "uhi"; break;
|
||||
case glm::mediump: os << "umd"; break;
|
||||
case glm::lowp: os << "ulo"; break;
|
||||
case glm::aligned_highp: os << "ahi"; break;
|
||||
case glm::aligned_mediump: os << "amd"; break;
|
||||
case glm::aligned_lowp: os << "alo"; break;
|
||||
# if GLM_HAS_ALIGNED_TYPE
|
||||
case glm::aligned_highp: os << "ahi"; break;
|
||||
case glm::aligned_mediump: os << "amd"; break;
|
||||
case glm::aligned_lowp: os << "alo"; break;
|
||||
# endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue