Home
last modified time | relevance | path

Searched refs:color_attach (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp6321 VkAttachmentReference color_attach = {}; in TEST_F() local
6322 color_attach.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
6323 color_attach.attachment = 0; in TEST_F()
6326 subpass.pColorAttachments = &color_attach; in TEST_F()