renamed to ShaderBufferSource from ShaderBuffer

This commit is contained in:
2025-03-04 22:41:07 +08:00
parent 21c7f36d03
commit b63edb2f89
13 changed files with 54 additions and 62 deletions

View File

@@ -7,7 +7,7 @@
#include<hgl/shadergen/ShaderCreateInfoMap.h>
#include<hgl/graph/RenderTargetOutputConfig.h>
#include<hgl/graph/mtl/MaterialConfig.h>
#include<hgl/graph/mtl/ShaderBuffer.h>
#include<hgl/graph/mtl/ShaderBufferSource.h>
#include<hgl/graph/VKSamplerType.h>
namespace hgl::graph

View File

@@ -1,7 +1,7 @@
#pragma once
#include<hgl/graph/VKShaderDescriptorSet.h>
#include<hgl/graph/mtl/ShaderBuffer.h>
#include<hgl/graph/mtl/ShaderBufferSource.h>
#include<hgl/type/Map.h>
namespace hgl{namespace graph{