]> git.tdb.fi Git - libs/gl.git/blobdiff - source/datatype.h
Use an explicit material slot name in RenderPass
[libs/gl.git] / source / datatype.h
index b44644acfa183562a1ca653ebb4f802fd18eb205..76c87bc8d8fe7627e2ed7c3bf60e4f9db65d2228 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TYPES_H_
 #define MSP_GL_TYPES_H_
 
@@ -21,8 +14,7 @@ enum DataType
        UNSIGNED_SHORT = GL_UNSIGNED_SHORT,
        INT            = GL_INT,
        UNSIGNED_INT   = GL_UNSIGNED_INT,
-       FLOAT          = GL_FLOAT,
-       DOUBLE         = GL_DOUBLE
+       FLOAT          = GL_FLOAT
 };
 
 } // namespace GL