OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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