]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/mesh.h
Store GLSL features in DeviceInfo
[libs/gl.git] / source / core / mesh.h
index 0111bb7798908348cfb09080631c29d7c3e1f6cc..010289b04aa667eeea23b652a2088d26f81a8636 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef MSP_GL_MESH_H_
 #define MSP_GL_MESH_H_
 
+#include <string>
+#include <vector>
 #include <msp/datafile/objectloader.h>
 #include "batch.h"
 #include "cullface.h"
@@ -107,7 +109,7 @@ private:
 public:
        virtual int get_load_priority() const { return 1; }
        virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);
-       virtual UInt64 get_data_size() const;
+       virtual std::uint64_t get_data_size() const;
        virtual void unload();
 
        void set_debug_name(const std::string &);