Searched refs:targetUsageFlags (Results 1 – 1 of 1) sorted by relevance
1345 VkImageUsageFlags targetUsageFlags = 0; in createAttachmentImage() local1355 targetUsageFlags |= vk::VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in createAttachmentImage()1357 targetUsageFlags |= vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in createAttachmentImage()1368 usageFlags | targetUsageFlags, in createAttachmentImage()