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

Method ResetEvent

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

Source from the content-addressed store, hash-verified

2182void CommandBuffer::EndVideoCoding(const VkVideoEndCodingInfoKHR& endInfo) { vk::CmdEndVideoCodingKHR(handle(), &endInfo); }
2183
2184void CommandBuffer::ResetEvent(const Event& event, VkPipelineStageFlags stage_mask) {
2185 vk::CmdResetEvent(handle(), event, stage_mask);
2186}
2187
2188void CommandBuffer::SetEvent(const Event& event, VkPipelineStageFlags src_stage_mask) {
2189 vk::CmdSetEvent(handle(), event, src_stage_mask);

Callers 4

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

Calls 1

CmdResetEventFunction · 0.85

Tested by

no test coverage detected