Sha256: af11568b59ff4dacfb8c0d4bc25e1d626cb89e8259ff8db975522f0fa7436f37
Contents?: true
Size: 753 Bytes
Versions: 21
Compression:
Stored size: 753 Bytes
Contents
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2010-09-16 // Updated : 2011-05-27 // Licence : This source is under MIT licence // File : test/gtc/type_ptr.cpp /////////////////////////////////////////////////////////////////////////////////////////////////// #define GLM_FORCE_RADIANS #include <glm/gtc/user_defined_type.hpp> int test_make_pointer_vec() { int Error = 0; glm::func(); //func(); return Error; } int main() { int Error = 0; Error += test_make_pointer_vec(); return Error; }
Version data entries
21 entries across 21 versions & 1 rubygems