Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dbuilder.rs1062 let blend_atch: SmallVec<[ash::vk::PipelineColorBlendAttachmentState; 8]> = { in with_pipeline_layout() localVariable
1098 attachment_count: blend_atch.len() as u32, in with_pipeline_layout()
1099 p_attachments: blend_atch.as_ptr(), in with_pipeline_layout()