Searched refs:m_inputAspects (Results 1 – 3 of 3) sorted by relevance
418 std::vector<VkInputAttachmentAspectReference> m_inputAspects; member in vkt::renderpass::RenderPass
590 , m_inputAspects (inputAspects) in RenderPass()611 return m_inputAspects; in getInputAspects()
742 , m_inputAspects (inputAspects) in RenderPass()749 … vector<VkInputAttachmentAspectReference>& getInputAspects (void) const { return m_inputAspects; } in getInputAspects()755 const vector<VkInputAttachmentAspectReference> m_inputAspects; member in vkt::__anon53d10fc40111::RenderPass