Getter for queue
This commit is contained in:
parent
78f8a9e455
commit
fe954271cb
|
@ -113,6 +113,7 @@ namespace SHADE
|
|||
Handle<SHVkSwapchain> GetSwapchain() const { return swapchain; }
|
||||
Handle<SHVkSurface> GetSurface() const { return surface; }
|
||||
Handle<SHVkPhysicalDevice> GetPhysicalDevice() const {return physicalDevice;}
|
||||
Handle<SHVkQueue> GetQueue () const {return queue;}
|
||||
//Handle<SHVkRenderpass> GetRenderPass() const { return renderPass; }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue