各种类名结构名优化,不再使用GPU开头

This commit is contained in:
2025-05-17 20:26:36 +08:00
parent 29aa76a917
commit 0e789b6f47
118 changed files with 314 additions and 318 deletions

View File

@@ -10,7 +10,7 @@ namespace hgl
{
namespace vulkan
{
class GPUDevice;
class VulkanDevice;
}//namespace vulkan
constexpr VkFormat DefaultRenderTargetFormat=UPF_ABGR8; ///<缺省窗体绘图表面格式
@@ -19,7 +19,7 @@ namespace hgl
{
protected:
GPUDevice *device;
VulkanDevice *device;
ObjectMap<Form *,ThemeForm> form_list;
@@ -33,7 +33,7 @@ namespace hgl
public:
ThemeEngine(GPUDevice *dev){device=dev;}
ThemeEngine(VulkanDevice *dev){device=dev;}
virtual ~ThemeEngine()=default;
virtual bool Init()=0;
@@ -49,4 +49,4 @@ namespace hgl
ThemeEngine *GetDefaultThemeEngine(); ///<获取缺省主题引擎
}//namespace gui
}//namespace hgl
#endif//HGL_GUI_THEME_ENGINE_INCLUDE
#endif//HGL_GUI_THEME_ENGINE_INCLUDE