Searched refs:targetUsageFlags (Results 1 – 1 of 1) sorted by relevance
1283 VkImageUsageFlags targetUsageFlags = 0; in createAttachmentImage() local1293 targetUsageFlags |= vk::VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT; in createAttachmentImage()1295 targetUsageFlags |= vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in createAttachmentImage()1306 usageFlags | targetUsageFlags, in createAttachmentImage()