各种类名结构名优化,不再使用GPU开头
This commit is contained in:
@@ -16,10 +16,10 @@ class GraphModule
|
||||
public:
|
||||
|
||||
RenderFramework * GetRenderFramework ()const{return render_framework;} ///<取得渲染框架
|
||||
GPUDevice * GetDevice (); ///<取得GPU设备
|
||||
VulkanDevice * GetDevice (); ///<取得GPU设备
|
||||
VkDevice GetVkDevice ()const; ///<取得VkDevice
|
||||
const GPUPhysicalDevice * GetPhysicalDevice ()const; ///<取得物理设备
|
||||
VkDevAttr *GetDeviceAttribute ()const; ///<取得设备属性
|
||||
const VulkanPhyDevice * GetPhyDevice ()const; ///<取得物理设备
|
||||
VulkanDevAttr *GetDevAttr ()const; ///<取得设备属性
|
||||
VkPipelineCache GetPipelineCache ()const; ///<取得PipelineCache
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user