|
static std::shared_ptr< WaitSetEntry > | Create (vk::UniqueFence p_fence, const fml::closure &p_callback) |
|
Definition at line 18 of file fence_waiter_vk.cc.
◆ Create()
static std::shared_ptr<WaitSetEntry> impeller::WaitSetEntry::Create |
( |
vk::UniqueFence |
p_fence, |
|
|
const fml::closure & |
p_callback |
|
) |
| |
|
inlinestatic |
◆ GetFence()
const vk::Fence& impeller::WaitSetEntry::GetFence |
( |
| ) |
const |
|
inline |
◆ IsSignalled()
bool impeller::WaitSetEntry::IsSignalled |
( |
| ) |
const |
|
inline |
◆ UpdateSignalledStatus()
void impeller::WaitSetEntry::UpdateSignalledStatus |
( |
const vk::Device & |
device | ) |
|
|
inline |
Definition at line 26 of file fence_waiter_vk.cc.
30 is_signalled_ = device.getFenceStatus(fence_.get()) == vk::Result::eSuccess;
The documentation for this class was generated from the following file: