VPP  0.8
A high-level modern C++ API for Vulkan
vpp::Fence Member List

This is the complete list of members for vpp::Fence, including all inherited members.

device() constvpp::Fence
Fence()vpp::Fence
Fence(const Device &hDevice, bool bSignaled=false)vpp::Fence
handle() constvpp::Fence
isSignaled() constvpp::Fence
reset()vpp::Fence
reset(std::vector< Fence > *pFences)vpp::Fencestatic
wait(std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max()) constvpp::Fence
waitAll(std::vector< Fence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max())vpp::Fencestatic
waitAll(const Device &hDevice, std::vector< VkFence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max())vpp::Fencestatic
waitOne(std::vector< Fence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max())vpp::Fencestatic
waitOne(const Device &hDevice, std::vector< VkFence > *pFences, std::uint64_t timeoutNs=std::numeric_limits< std::uint64_t >::max())vpp::Fencestatic