X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdatatype.h;h=8111dd77f634b341f7c60cab6b1e4fc1533ca727;hb=34d956d6890ce7070741667d4864fa798883da72;hp=a911561358c2c845d529f44e67aa090e49639f77;hpb=4e20afbda6adb0008e286bf7fb947438aeb7a97e;p=libs%2Fgl.git diff --git a/source/core/datatype.h b/source/core/datatype.h index a9115613..8111dd77 100644 --- a/source/core/datatype.h +++ b/source/core/datatype.h @@ -3,7 +3,6 @@ #include #include -#include "gl.h" namespace Msp { namespace GL { @@ -133,9 +132,6 @@ struct TypeTraits> static const DataType type = static_cast((TypeTraits::type&0xF00) | ((TypeTraits::type&0xFF)*N*M) | ((N-1)<<12) | ((M-1)<<14)); }; -GLenum get_gl_type(DataType); -DataType from_gl_type(GLenum); - void require_type(DataType); } // namespace GL