Basic shader compilation

This commit is contained in:
Dynamitos
2024-04-11 12:38:42 +02:00
parent c3be0e23e7
commit 77dc9ef3fd
24 changed files with 254 additions and 148 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
#pragma once
#include "Graphics/Metal/Command.h"
#include "Metal/Metal.hpp"
#include "Graphics/Graphics.h"
@@ -8,6 +7,7 @@ namespace Seele
namespace Metal
{
DECLARE_REF(CommandQueue)
DECLARE_REF(IOCommandQueue)
class Graphics : public Gfx::Graphics
{
public: