#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 |
Definition at line 44 of file mock_vulkan.h.
44 {
45
46 VkFence raw_fence = fence.get();
48 return mock_fence;
49 }
◆ GetStatus()
VkResult impeller::testing::MockFence::GetStatus |
( |
| ) |
|
|
inline |
◆ 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 }
The documentation for this class was generated from the following file: