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

@@ -13,7 +13,7 @@ namespace hgl
class GPUDevice;
}//namespace vulkan
constexpr VkFormat DefaultRenderTargetFormat=UFMT_ABGR8; ///<缺省窗体绘图表面格式
constexpr VkFormat DefaultRenderTargetFormat=UPF_ABGR8; ///<缺省窗体绘图表面格式
class ThemeEngine
{