Updated release with GTX_matrix_transform_2d and added blank unit test file for the extension. (#176, #178)
parent
88830eba64
commit
ae2af04599
3 changed files with 22 additions and 2 deletions
@ -0,0 +1,18 @@ |
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net)
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Created : 2014-02-21
|
||||
// Updated : 2014-02-21
|
||||
// Licence : This source is under MIT licence
|
||||
// File : test/gtx/matrix_transform_2d.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define GLM_FORCE_RADIANS |
||||
#include <glm/gtx/matrix_transform_2d.hpp> |
||||
|
||||
int main() |
||||
{ |
||||
int Error(0); |
||||
|
||||
return Error; |
||||
} |
Loading…
Reference in New Issue