finished write codes of CreateMaterial from MaterialCreateInfo

This commit is contained in:
2023-03-20 22:09:37 +08:00
parent 696d3259aa
commit 9302cbc3ef
13 changed files with 120 additions and 99 deletions

View File

@@ -60,9 +60,4 @@ bool ShaderCreateInfoVertex::ProcInput(ShaderCreateInfo *)
return(true);
}
const hgl::graph::ShaderAttributeArray &ShaderCreateInfoVertex::GetInput()const
{
return spv_data->stage_io.input;
}
SHADERGEN_NAMESPACE_END