mirror of
https://github.com/icaven/glm.git
synced 2025-12-08 01:36:48 +08:00
26 lines
718 B
C++
26 lines
718 B
C++
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Created : 2010-03-17
|
|
// Updated : 2010-03-17
|
|
// Licence : This source is under MIT License
|
|
// File : glm/core/func_packing.inl
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace glm
|
|
{
|
|
namespace detail
|
|
{
|
|
|
|
}//namespace detail
|
|
|
|
namespace core{
|
|
namespace function{
|
|
namespace packing{
|
|
|
|
|
|
}//namespace packing
|
|
}//namespace function
|
|
}//namespace core
|
|
}//namespace glm
|