Sign in
flutter
/
third_party
/
tinygltf
/
8fd91aea04510808885f1a05e28a84fb67c4c999
/
.
/
examples
/
common
/
glm
/
test
/
gtx
/
gtx_matrix_operation.cpp
blob: cae2ed48bb91bd26d2d38eb2ac9d92c617825b6d [
file
] [
log
] [
blame
]
#define
GLM_ENABLE_EXPERIMENTAL
#include
<glm/gtx/matrix_operation.hpp>
int
main
()
{
int
Error
(
0
);
return
Error
;
}