You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
25 lines
718 B
25 lines
718 B
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// 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
|
|
|