lots of initial GLES3 renderer implementation

This commit is contained in:
Jack Andersen
2015-10-28 18:44:38 -10:00
parent 3db5a7e211
commit 5435f01d20
17 changed files with 1127 additions and 125 deletions

View File

@@ -0,0 +1,15 @@
#ifndef GDEV_METAL_HPP
#define GDEV_METAL_HPP
#include "IGraphicsDataFactory.hpp"
namespace boo
{
class MetalDataFactory : public IGraphicsDataFactory
{
};
}
#endif // GDEV_METAL_HPP