added GetInput at ShaderCreateInfoVertex
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include<hgl/shadergen/ShaderCreateInfo.h>
|
||||
#include<hgl/graph/VKShaderStage.h>
|
||||
|
||||
|
||||
SHADERGEN_NAMESPACE_BEGIN
|
||||
class ShaderCreateInfoVertex:public ShaderCreateInfo
|
||||
@@ -14,5 +16,7 @@ public:
|
||||
|
||||
int AddInput(const graph::VAT &type,const AnsiString &name);
|
||||
int AddInput(const AnsiString &type,const AnsiString &name);
|
||||
|
||||
const hgl::graph::ShaderAttributeArray &GetInput()const;
|
||||
};
|
||||
SHADERGEN_NAMESPACE_END
|
||||
|
Reference in New Issue
Block a user