Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp1702 VkAttachmentReference attach_ref = {}; in TEST_F() local
1703 attach_ref.attachment = 0; in TEST_F()
1704 attach_ref.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in TEST_F()
1708 subpass.pColorAttachments = &attach_ref; in TEST_F()