#include <mock_vulkan.h>
Definition at line 25 of file mock_vulkan.h.
◆ MockFence()
| impeller::testing::MockFence::MockFence |
( |
| ) |
|
|
default |
◆ GetRawPointer()
| static MockFence * impeller::testing::MockFence::GetRawPointer |
( |
vk::UniqueFence & |
fence | ) |
|
|
inlinestatic |
◆ GetStatus()
| VkResult impeller::testing::MockFence::GetStatus |
( |
| ) |
|
|
inline |
Definition at line 30 of file mock_vulkan.h.
30{ return static_cast<VkResult>(result_.load()); }
◆ SetStatus() [1/2]
| void impeller::testing::MockFence::SetStatus |
( |
vk::Result |
result | ) |
|
|
inline |
◆ SetStatus() [2/2]
| static void impeller::testing::MockFence::SetStatus |
( |
vk::UniqueFence & |
fence, |
|
|
vk::Result |
result |
|
) |
| |
|
inlinestatic |
Definition at line 36 of file mock_vulkan.h.
36 {
37
38 VkFence raw_fence = fence.get();
40 mock_fence->SetStatus(result);
41 }
References SetStatus().
The documentation for this class was generated from the following file: