Rendering system updates #28

Merged
Xenosas1337 merged 39 commits from SP3-1-Rendering into main 2022-09-16 15:02:35 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 78f8a9e455 - Show all commits

View File

@ -112,6 +112,7 @@ namespace SHADE
Handle<SHVkLogicalDevice> GetDevice() const { return device; }
Handle<SHVkSwapchain> GetSwapchain() const { return swapchain; }
Handle<SHVkSurface> GetSurface() const { return surface; }
Handle<SHVkPhysicalDevice> GetPhysicalDevice() const {return physicalDevice;}
//Handle<SHVkRenderpass> GetRenderPass() const { return renderPass; }