Home
last modified time | relevance | path

Searched refs:attachmentDescriptions (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp246 VkAttachmentDescription attachmentDescriptions[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; in CreateRenderPassCombined() local
248 // add all attachments to attachmentDescriptions array in CreateRenderPassCombined()
252 const auto descriptions = array_view(attachmentDescriptions, countof(attachmentDescriptions)); in CreateRenderPassCombined()
397 attachmentDescriptions, // pAttachments in CreateRenderPassCombined()
425 VkAttachmentDescription2KHR attachmentDescriptions[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; in CreateRenderPassCombined2() local
429 // add all attachments to attachmentDescriptions array in CreateRenderPassCombined2()
431 const auto descriptions = array_view(attachmentDescriptions, countof(attachmentDescriptions)); in CreateRenderPassCombined2()
624 attachmentDescriptions, // pAttachment in CreateRenderPassCombined2()
[all...]

Completed in 2 milliseconds