MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Reset

Method Reset

tests/framework/binding.cpp:929–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927VkResult Fence::Wait(uint64_t timeout) const { return vk::WaitForFences(device(), 1, &handle(), VK_TRUE, timeout); }
928
929VkResult Fence::Reset() const { return vk::ResetFences(device(), 1, &handle()); }
930
931#ifdef VK_USE_PLATFORM_WIN32_KHR
932VkResult Fence::ExportHandle(HANDLE& win32_handle, VkExternalFenceHandleTypeFlagBits handle_type) {

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 4

ResetFencesFunction · 0.85
ResetEventFunction · 0.85
ResetDescriptorPoolFunction · 0.85
ResetCommandBufferFunction · 0.85

Tested by

no test coverage detected