HomeSort by relevance Sort by last modified time
    Searched full:attachment_ref (Results 1 - 1 of 1) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 183 VkAttachmentReference attachment_ref = {}; local
184 attachment_ref.attachment = 0;
185 attachment_ref.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
190 subpass.pColorAttachments = &attachment_ref;

Completed in 502 milliseconds