Simplify and more consistency for files headers

This commit is contained in:
Christophe Riccio
2016-05-23 22:55:49 +02:00
parent 62d5e0ce45
commit 316460408a
227 changed files with 180 additions and 6419 deletions

View File

@@ -1,3 +1,6 @@
/// @ref simd
/// @file glm/simd/common.h
#if(GLM_COMPILER & GLM_COMPILER_VC)
#pragma warning(push)
#pragma warning(disable : 4510 4512 4610)

View File

@@ -0,0 +1,2 @@
/// @ref simd
/// @file glm/simd/experimental.h

View File

@@ -1,3 +1,6 @@
/// @ref simd
/// @file glm/simd/geometric.h
#pragma once
#include "common.h"

View File

@@ -0,0 +1,3 @@
/// @ref simd
/// @file glm/simd/integer.h

View File

@@ -1,3 +1,6 @@
/// @ref simd
/// @file glm/simd/matrix.h
#pragma once
#include "geometric.h"

View File

@@ -0,0 +1,2 @@
/// @ref simd
/// @file glm/simd/packing.h

View File

@@ -0,0 +1,2 @@
/// @ref simd
/// @file glm/simd/trigonometric.h

View File

@@ -0,0 +1,2 @@
/// @ref simd
/// @file glm/simd/vector_relational.h