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

Method SetEvent

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

Source from the content-addressed store, hash-verified

2186}
2187
2188void CommandBuffer::SetEvent(const Event& event, VkPipelineStageFlags src_stage_mask) {
2189 vk::CmdSetEvent(handle(), event, src_stage_mask);
2190}
2191
2192void CommandBuffer::WaitEvent(const Event& event, VkPipelineStageFlags src_stage_mask, VkPipelineStageFlags dst_stage_mask) {
2193 vk::CmdWaitEvents(handle(), 1, &event.handle(), src_stage_mask, dst_stage_mask, 0, nullptr, 0, nullptr, 0, nullptr);

Callers 6

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 1

CmdSetEventFunction · 0.85

Tested by

no test coverage detected