This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glm
Watch
1
Star
0
Fork
0
You've already forked glm
mirror of
https://github.com/g-truc/glm.git
synced
2024-11-10 12:41:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
26b6c3d34d
glm
/
test
/
gtx
/
gtx_norm.cpp
9 lines
75 B
C++
Raw
Normal View
History
Unescape
Escape
Added test files and fixed build errors for experimental extensions.
2013-10-27 22:38:22 +00:00
#
include
<glm/gtx/norm.hpp>
Added test files for all GTX extensions
2013-10-27 18:25:03 +00:00
int
main
(
)
{
int
Error
(
0
)
;
return
Error
;
}
Reference in New Issue
Copy Permalink