Fixed build

This commit is contained in:
Christophe Riccio 2016-12-31 11:46:23 +01:00
parent 1671918bdb
commit 5aa2dfd465

View File

@ -285,7 +285,7 @@ namespace gli
return Format >= FORMAT_FIRST && Format <= FORMAT_LAST; return Format >= FORMAT_FIRST && Format <= FORMAT_LAST;
} }
typedef glm::tvec4<swizzle> swizzles; typedef glm::vec<4, swizzle> swizzles;
/// Evaluate whether a format is compressed /// Evaluate whether a format is compressed
bool is_compressed(format Format); bool is_compressed(format Format);