mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 04:29:13 +12:00
compile shaders to a metallib file
This commit is contained in:
parent
5741de2cad
commit
3005468b3f
5 changed files with 50 additions and 6 deletions
9
include/renderer_mtl/objc_helper.hpp
Normal file
9
include/renderer_mtl/objc_helper.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue