Fixed draw_triangle_in_NDC.cpp,can run.

This commit is contained in:
2025-02-01 15:40:35 +08:00
parent 0d67993326
commit 3807d9fcbf
3 changed files with 34 additions and 38 deletions

View File

@@ -10,7 +10,7 @@
#include<hgl/graph/mtl/ShaderBuffer.h>
#include<hgl/graph/VKSamplerType.h>
namespace hgl{namespace graph
namespace hgl::graph
{
struct GPUDeviceAttribute;
struct UBODescriptor;
@@ -92,5 +92,4 @@ namespace hgl{namespace graph
bool CreateShader();
};//class MaterialCreateInfo
}//namespace mtl
}//namespace graph
}//namespace hgl
}//namespace hgl::graph