![]() |
VPP
0.7
A high-level modern C++ API for Vulkan
|
This is the complete list of members for vpp::Fence, including all inherited members.
device() const | vpp::Fence | |
Fence() | vpp::Fence | |
Fence(const Device &hDevice, bool bSignaled=false) | vpp::Fence | |
handle() const | vpp::Fence | |
isSignaled() const | vpp::Fence | |
reset() | vpp::Fence | |
reset(std::vector< Fence > *pFences) | vpp::Fence | static |
wait(std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max()) const | vpp::Fence | |
waitAll(std::vector< Fence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max()) | vpp::Fence | static |
waitAll(const Device &hDevice, std::vector< VkFence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max()) | vpp::Fence | static |
waitOne(std::vector< Fence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max()) | vpp::Fence | static |
waitOne(const Device &hDevice, std::vector< VkFence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max()) | vpp::Fence | static |