5#ifndef FLUTTER_TESTING_TEST_VULKAN_IMAGE_H_
6#define FLUTTER_TESTING_TEST_VULKAN_IMAGE_H_
8#include "flutter/fml/macros.h"
10#include "flutter/fml/memory/ref_ptr.h"
11#include "flutter/vulkan/procs/vulkan_handle.h"
17class TestVulkanContext;
Captures the lifetime of a test VkImage along with its bound memory.
TestVulkanImage(TestVulkanImage &&other)
TestVulkanImage & operator=(TestVulkanImage &&other)