Flutter Engine
 
Loading...
Searching...
No Matches
flutter::testing::TestVulkanImage Class Reference

Captures the lifetime of a test VkImage along with its bound memory. More...

#include <test_vulkan_image.h>

Public Member Functions

 TestVulkanImage (TestVulkanImage &&other)
 
TestVulkanImageoperator= (TestVulkanImage &&other)
 
 ~TestVulkanImage ()
 
VkImage GetImage ()
 

Detailed Description

Captures the lifetime of a test VkImage along with its bound memory.

Definition at line 18 of file test_vulkan_image.h.

Constructor & Destructor Documentation

◆ TestVulkanImage()

flutter::testing::TestVulkanImage::TestVulkanImage ( TestVulkanImage &&  other)
default

◆ ~TestVulkanImage()

flutter::testing::TestVulkanImage::~TestVulkanImage ( )
default

Member Function Documentation

◆ GetImage()

VkImage flutter::testing::TestVulkanImage::GetImage ( )

Definition at line 18 of file test_vulkan_image.cc.

18 {
19 return image_;
20}

Referenced by flutter::testing::EmbedderTestBackingStoreProducerVulkan::Create().

◆ operator=()

TestVulkanImage & flutter::testing::TestVulkanImage::operator= ( TestVulkanImage &&  other)
default

The documentation for this class was generated from the following files: