GETTER FOR RENDER GRAPH
This commit is contained in:
parent
ae372f2917
commit
361237ede1
|
@ -246,4 +246,9 @@ namespace SHADE
|
|||
window = wind;
|
||||
}
|
||||
|
||||
SHRenderGraph const& SHGraphicsSystem::GetRenderGraph(void) const noexcept
|
||||
{
|
||||
return renderGraph;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -116,6 +116,8 @@ namespace SHADE
|
|||
Handle<SHVkPhysicalDevice> GetPhysicalDevice() const {return physicalDevice;}
|
||||
Handle<SHVkQueue> GetQueue() const { return queue; }
|
||||
Handle<SHVkDescriptorPool> GetDescriptorPool() const { return descPool; }
|
||||
SHRenderGraph const& GetRenderGraph (void) const noexcept;
|
||||
|
||||
//Handle<SHVkRenderpass> GetRenderPass() const { return renderPass; }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue