renamed VAF to VF, FMT to PF

This commit is contained in:
2021-06-24 19:25:43 +08:00
parent 2852003a71
commit 903f9081eb
23 changed files with 112 additions and 112 deletions

View File

@@ -114,7 +114,7 @@ bool CreateAttachmentDescription(List<VkAttachmentDescription> &desc_list,const
++cf;
}
if(rbi->GetDepthFormat()!=FMT_UNDEFINED)
if(rbi->GetDepthFormat()!=PF_UNDEFINED)
{
desc->finalLayout = rbi->GetDepthLayout();
desc->format = rbi->GetDepthFormat();