mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-07 09:13:22 +08:00
Initial commit, all code samples with working CMake script for VS/Windows.
This commit is contained in:
13
includes/glm/gtx/number_precision.inl
Normal file
13
includes/glm/gtx/number_precision.inl
Normal file
@@ -0,0 +1,13 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net)
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Created : 2007-05-10
|
||||
// Updated : 2007-05-10
|
||||
// Licence : This source is under MIT License
|
||||
// File : glm/gtx/number_precision.inl
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user