Searched refs:atachments (Results 1 – 1 of 1) sorted by relevance
255 const std::vector<vk::VkImageView>& atachments, in FramebufferCreateInfo() argument265 attachmentCount = static_cast<deUint32>(atachments.size()); in FramebufferCreateInfo()269 pAttachments = const_cast<vk::VkImageView *>(&atachments[0]); in FramebufferCreateInfo()