Searched refs:command_buffer_inheritance_info (Results 1 – 1 of 1) sorted by relevance
10281 VkCommandBufferInheritanceInfo command_buffer_inheritance_info = {}; in TEST_F() local10282 command_buffer_inheritance_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()10283 command_buffer_inheritance_info.renderPass = m_renderPass; in TEST_F()10284 command_buffer_inheritance_info.framebuffer = m_framebuffer; in TEST_F()10288 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F()