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

Method ResetEvent2

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

Source from the content-addressed store, hash-verified

2209}
2210
2211void CommandBuffer::ResetEvent2(const Event& event, VkPipelineStageFlags2 stage_mask) {
2212 vk::CmdResetEvent2(handle(), event, stage_mask);
2213}
2214
2215void CommandBuffer::SetEvent2(const Event& event, const VkMemoryBarrier2& memory_barrier) {
2216 VkDependencyInfo dep_info = vku::InitStructHelper();

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

CmdResetEvent2Function · 0.85

Tested by

no test coverage detected