renamed VAF to VF, FMT to PF
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user