HECL metal shader support

This commit is contained in:
Jack Andersen
2015-11-18 13:55:25 -10:00
parent b97ad76c45
commit 62fae60042
6 changed files with 64 additions and 36 deletions

View File

@@ -27,9 +27,11 @@ public:
#include <Metal/Metal.h>
#include <QuartzCore/CAMetalLayer.h>
#include <unordered_map>
namespace boo
{
class IWindow;
struct MetalContext
{
NSPtr<id<MTLDevice>> m_dev;