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

Method Set

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

Source from the content-addressed store, hash-verified

1074
1075VkResult Event::GetStatus() const { return vk::GetEventStatus(device(), handle()); }
1076void Event::Set() { ASSERT_EQ(VK_SUCCESS, vk::SetEvent(device(), handle())); }
1077void Event::Reset() { vk::ResetEvent(device(), handle()); }
1078
1079NON_DISPATCHABLE_HANDLE_DTOR(QueryPool, vk::DestroyQueryPool)

Callers 2

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

SetEventFunction · 0.85

Tested by

no test coverage detected