Searched refs:colorImageMemory (Results 1 – 1 of 1) sorted by relevance
368 const Unique<VkDeviceMemory> colorImageMemory (allocateMemory(vk, device, &allocateInfo)); in iterate() local369 VK_CHECK(vk.bindImageMemory(device, *colorTargetImage, *colorImageMemory, 0u)); in iterate()