Added CUDA support

This commit is contained in:
Christophe Riccio
2011-04-09 09:44:32 +01:00
parent 08fe3e049b
commit 201281d06d
92 changed files with 2217 additions and 2209 deletions

View File

@@ -75,7 +75,7 @@ namespace glm
T x,
T y);
//template <typename T> inline detail::tmat4x4<T> shear(const detail::tmat4x4<T> & m, shearPlane, planePoint, angle)
//template <typename T> GLM_FUNC_QUALIFIER detail::tmat4x4<T> shear(const detail::tmat4x4<T> & m, shearPlane, planePoint, angle)
// Identity + tan(angle) * cross(Normal, OnPlaneVector) 0
// - dot(PointOnPlane, normal) * OnPlaneVector 1