将原本Platform,Window中的CreateRenderDevice,改成独立C函数放于VKDeviceCreater中

This commit is contained in:
2019-08-23 11:18:09 +08:00
parent 5972a58648
commit 96fcee1948
4 changed files with 50 additions and 37 deletions

View File

@@ -185,5 +185,7 @@ public:
RenderTarget *CreateRenderTarget(Framebuffer *);
};//class Device
Device *CreateRenderDevice(Instance *inst,Window *win,const PhysicalDevice *physical_device=nullptr);
VK_NAMESPACE_END
#endif//HGL_GRAPH_RENDER_SURFACE_INCLUDE