Searched refs:too_many_colors (Results 1 – 1 of 1) sorted by relevance
1800 …std::vector<VkAttachmentReference> too_many_colors(m_device->props.limits.maxColorAttachments + 1,… in TEST_F() local1801 subpass.colorAttachmentCount = (uint32_t)too_many_colors.size(); in TEST_F()1802 subpass.pColorAttachments = too_many_colors.data(); in TEST_F()