Added compute random stuff test

This commit is contained in:
Christophe Riccio
2011-01-16 01:18:39 +00:00
parent c891092425
commit 20e52ebdab
5 changed files with 52 additions and 6 deletions

View File

@@ -38,7 +38,6 @@ namespace glm
struct tvec1
{
enum ctor{null};
enum {_size = 1};
typedef T value_type;
typedef std::size_t size_type;

View File

@@ -36,7 +36,6 @@ namespace glm
struct tvec2
{
enum ctor{null};
enum {_size = 2};
typedef T value_type;
typedef std::size_t size_type;

View File

@@ -35,7 +35,6 @@ namespace glm
struct tvec3
{
enum ctor{null};
enum {_size = 3};
typedef T value_type;
typedef std::size_t size_type;

View File

@@ -36,7 +36,6 @@ namespace glm
struct tvec4
{
enum ctor{null};
enum {_size = 4};
typedef T value_type;
typedef std::size_t size_type;