glm/test/external/gli
John McFarlane 506a487d24 parameterize number of dimensions of vector in tvec<D, T, P>
- specializes for 1, 2, 3 and 4-dimensional vector types
  which are then aliased as tvec1, tvec2, tvec3 and tvec4
- requires C++11 aliases; breaks compatability with C++03
- tested on:
  - clang-3.5.2, clang-3.8.0
  - gcc 4.8.5, gcc 5.4.1, gcc 6.2.0

TODO:
- still uses template template parameters - most can probably be removed
- some definitions might now be de-duplicated
2016-12-28 17:07:12 -08:00
..
core parameterize number of dimensions of vector in tvec<D, T, P> 2016-12-28 17:07:12 -08:00
clear.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
CMakeLists.txt Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
comparison.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
convert.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
copy.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
duplicate.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
dx.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
format.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
generate_mipmaps.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
gl.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
gli.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
image.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
levels.hpp parameterize number of dimensions of vector in tvec<D, T, P> 2016-12-28 17:07:12 -08:00
load_dds.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
load_kmg.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
load_ktx.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
load.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
make_texture.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
reduce.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler1d_array.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler1d.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler2d_array.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler2d.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler3d.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler_cube_array.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler_cube.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
sampler.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
save_dds.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
save_kmg.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
save_ktx.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
save.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
target.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture1d_array.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture1d.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture2d_array.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture2d.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture3d.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture_cube_array.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture_cube.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
texture.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
transform.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
type.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00
view.hpp Updated GLI version used in GLM tests 2016-11-18 23:16:29 +01:00