renamed files of shadergen

This commit is contained in:
2023-03-17 10:14:07 +08:00
parent 555e8fc066
commit 9ee5f0adaa
15 changed files with 50 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
#include<hgl/shadergen/ShaderDescriptorManager.h>
#include<hgl/shadergen/ShaderDescriptorInfo.h>
#include<hgl/CompOperator.h>
SHADERGEN_NAMESPACE_BEGIN
@@ -106,5 +106,6 @@ class MaterialCreateInfo;
Material *CreateMaterial()
{
return nullptr;
}
SHADERGEN_NAMESPACE_END