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

Method WaitEvent

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

Source from the content-addressed store, hash-verified

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);
2194}
2195
2196void CommandBuffer::WaitEvent(const Event& event, VkPipelineStageFlags src_stage_mask, VkPipelineStageFlags dst_stage_mask,
2197 const VkMemoryBarrier& memory_barrier) {

Callers 4

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 2

CmdWaitEventsFunction · 0.85
handleMethod · 0.45

Tested by

no test coverage detected