mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-21 18:59:13 +00:00
lots of initial GLES3 renderer implementation
This commit is contained in:
15
include/boo/graphicsdev/Metal.hpp
Normal file
15
include/boo/graphicsdev/Metal.hpp
Normal 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
|
||||
Reference in New Issue
Block a user