used VulkanFormat::BaseType instead of VulkanNumberType

This commit is contained in:
2023-03-01 15:39:20 +08:00
parent 0abe38de98
commit f2d5209681
5 changed files with 47 additions and 47 deletions

View File

@@ -54,7 +54,7 @@ VertexShaderModule::VertexShaderModule(VkDevice dev,VkPipelineShaderStageCreateI
for(uint i=0;i<attr_count;i++)
{
name_list[i]=&(ssi_list[i]->name);
type_list[i]= ssi_list[i]->type;
type_list[i]= ssi_list[i]->type;
}
}