From fe954271cba7efcfd46ec9a6945e86acd8c94927 Mon Sep 17 00:00:00 2001 From: Brandon Mak Date: Fri, 9 Sep 2022 14:02:48 +0800 Subject: [PATCH] Getter for queue --- SHADE_Engine/src/Graphics/MiddleEnd/Interface/SHGraphicsSystem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SHADE_Engine/src/Graphics/MiddleEnd/Interface/SHGraphicsSystem.h b/SHADE_Engine/src/Graphics/MiddleEnd/Interface/SHGraphicsSystem.h index 9b867744..c3c94a6f 100644 --- a/SHADE_Engine/src/Graphics/MiddleEnd/Interface/SHGraphicsSystem.h +++ b/SHADE_Engine/src/Graphics/MiddleEnd/Interface/SHGraphicsSystem.h @@ -113,6 +113,7 @@ namespace SHADE Handle GetSwapchain() const { return swapchain; } Handle GetSurface() const { return surface; } Handle GetPhysicalDevice() const {return physicalDevice;} + Handle GetQueue () const {return queue;} //Handle GetRenderPass() const { return renderPass; }