used short funcname.

This commit is contained in:
2023-03-18 17:58:57 +08:00
parent 529d6b7939
commit 9872f74160
12 changed files with 33 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ namespace hgl
ObjectMap<Form *,ThemeForm> form_list;
RenderTarget *CreateRenderTarget(const uint32_t,const uint32_t,const VkFormat);
RenderTarget *CreateRT(const uint32_t,const uint32_t,const VkFormat);
protected: