From 3df06bee417bbd0866c2a058756b09f70d12e128 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 8 Jul 2010 12:24:33 +0100 Subject: [PATCH] Fixed extension dependence --- glm/gtx/int_10_10_10_2.hpp | 3 +++ readme.txt | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/glm/gtx/int_10_10_10_2.hpp b/glm/gtx/int_10_10_10_2.hpp index 966d7462..2108d935 100644 --- a/glm/gtx/int_10_10_10_2.hpp +++ b/glm/gtx/int_10_10_10_2.hpp @@ -15,6 +15,7 @@ // Dependency: #include "../glm.hpp" +#include "../gtx/raw_data.hpp" namespace glm { @@ -22,6 +23,8 @@ namespace glm //! GLM_GTX_int_10_10_10_2 extension: Add support for integer for core functions namespace int_10_10_10_2 { + using namespace gtx::raw_data; + //! From GLM_GTX_int_10_10_10_2 extension. //! Cast a vec4 to an u_10_10_10_2. dword uint10_10_10_2_cast(glm::vec4 const & v); diff --git a/readme.txt b/readme.txt index 4003fb7d..b2739796 100644 --- a/readme.txt +++ b/readme.txt @@ -4,6 +4,12 @@ G-Truc Creation www.g-truc.net glm@g-truc.net +============================= +GLM 0.9.0.2: 2010-07-08 +----------------------------- +- Added GLM_GTX_int_10_10_10_2 +- Fixed bugs + ============================= GLM 0.9.0.1: 2010-06-21 -----------------------------