compile shaders to a metallib file

This commit is contained in:
Samuliak 2024-07-05 17:49:04 +02:00
parent 5741de2cad
commit 3005468b3f
5 changed files with 50 additions and 6 deletions

View file

@ -0,0 +1,9 @@
#pragma once
#include <Metal/Metal.hpp>
namespace Metal {
dispatch_data_t createDispatchData(const void* data, size_t size);
} // namespace Metal