Added ShaderStage macro in ShaderGen

This commit is contained in:
2023-10-07 16:14:34 +08:00
parent 3393a90127
commit 19df201ab5
7 changed files with 52 additions and 37 deletions

View File

@@ -5,12 +5,21 @@
#define STD_MTL_NAMESPACE_USING using namespace hgl::graph::mtl;
#define STD_MTL_FUNC_NAMESPACE_BEGIN namespace hgl{namespace graph{namespace mtl{namespace func{
#define STD_MTL_FUNC_NAMESPACE_END }}}}
#define STD_MTL_FUNC NAMESPACE_USING using namespace hgl::graph::mtl::func;
namespace hgl
{
namespace graph
{
namespace mtl
{
namespace func
{
}//namespace func
}//namespace mtl
}//namespace graph
}//namespace hgl