各种类名结构名优化,不再使用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

@@ -18,7 +18,7 @@ namespace hgl
{
protected:
GPUDevice * device;
VulkanDevice * device;
CameraInfo * camera_info; ///<相机信息
@@ -31,7 +31,7 @@ namespace hgl
public:
RenderList(GPUDevice *);
RenderList(VulkanDevice *);
virtual ~RenderList()=default;
virtual void SetCamera(CameraInfo *ci){camera_info=ci;} ///<设置相机信息