Removed glm::uninitialize

This commit is contained in:
Christophe Riccio
2017-07-25 22:50:31 +02:00
parent c933f6e591
commit aa026cc0da
54 changed files with 284 additions and 368 deletions

View File

@@ -94,7 +94,7 @@ namespace log2_
for(std::size_t i = 0; i < Count; ++i)
{
glm::vec<4, unsigned long, glm::defaultp> Tmp(glm::uninitialize);
glm::vec<4, unsigned long, glm::defaultp> Tmp;
_BitScanReverse(&Tmp.x, i);
_BitScanReverse(&Tmp.y, i);
_BitScanReverse(&Tmp.z, i);