Merge branch 'SP3-1-Rendering' into SP3-4-editor
This commit is contained in:
commit
03075ce738
|
@ -112,6 +112,7 @@ namespace SHADE
|
||||||
Handle<SHVkLogicalDevice> GetDevice() const { return device; }
|
Handle<SHVkLogicalDevice> GetDevice() const { return device; }
|
||||||
Handle<SHVkSwapchain> GetSwapchain() const { return swapchain; }
|
Handle<SHVkSwapchain> GetSwapchain() const { return swapchain; }
|
||||||
Handle<SHVkSurface> GetSurface() const { return surface; }
|
Handle<SHVkSurface> GetSurface() const { return surface; }
|
||||||
|
Handle<SHVkPhysicalDevice> GetPhysicalDevice() const {return physicalDevice;}
|
||||||
//Handle<SHVkRenderpass> GetRenderPass() const { return renderPass; }
|
//Handle<SHVkRenderpass> GetRenderPass() const { return renderPass; }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue