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
View File
@@ -1,7 +1,6 @@
#pragma once
#include "Graphics/Texture.h"
#include "Graphics.h"
#include "Metal/MTLTexture.hpp"
namespace Seele
{