Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 20 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 19 of file test_vulkan_image.cc.

19 {
20 return image_;
21}

◆ operator=()

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

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