removed shadergen namespace

This commit is contained in:
2023-03-21 18:05:48 +08:00
parent bc9fc9b50f
commit d26cae0086
24 changed files with 52 additions and 78 deletions

View File

@@ -4,7 +4,7 @@
#include<hgl/graph/VKShaderStage.h>
#include"GLSLCompiler.h"
SHADERGEN_NAMESPACE_BEGIN
namespace hgl{namespace graph{
using namespace hgl;
using namespace hgl::graph;
@@ -60,4 +60,4 @@ bool ShaderCreateInfoVertex::ProcInput(ShaderCreateInfo *)
return(true);
}
SHADERGEN_NAMESPACE_END
}}//namespace hgl::graph