Lines Matching defs:other
1008 WsiTriangleRenderer::WsiTriangleRenderer (WsiTriangleRenderer&& other)
1009 : m_vkd (other.m_vkd)
1010 , m_explicitLayoutTransitions (other.m_explicitLayoutTransitions)
1011 , m_swapchainImages (other.m_swapchainImages)
1012 , m_aliasImages (other.m_aliasImages)
1013 , m_renderSize (other.m_renderSize)
1014 , m_renderPass (other.m_renderPass)
1015 , m_pipelineLayout (other.m_pipelineLayout)
1016 , m_pipeline (other.m_pipeline)
1017 , m_vertexBuffer (other.m_vertexBuffer)
1018 , m_vertexBufferMemory (other.m_vertexBufferMemory)
1019 , m_attachmentViews (other.m_attachmentViews)
1020 , m_attachmentLayouts (other.m_attachmentLayouts)
1021 , m_framebuffers (other.m_framebuffers)