Unit Test for VulkanImage. More...
#include <VulkanImage_test.h>
Protected Member Functions | |
| virtual void | SetUp () override |
| The interface is inherited from testing::Test. Registry on Initialize. | |
| virtual void | TearDown () override |
| The interface is inherited from testing::Test. Registry on ShutDown. | |
Protected Attributes | |
| std::unique_ptr< Spices::VulkanImage > | m_VulkanImage |
| The unique pointer of VulkanImage. | |
| std::unique_ptr< Spices::VulkanRenderBackend > | m_RenderBackend |
| The unique pointer of VulkanRenderBackend. | |
Static Protected Attributes | |
| static const int | m_TextureSize = 100 |
| Texture's width and height. | |
Unit Test for VulkanImage.
Definition at line 19 of file VulkanImage_test.h.