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

Method ExecuteCommands

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

Source from the content-addressed store, hash-verified

2233}
2234
2235void CommandBuffer::ExecuteCommands(const CommandBuffer& secondary) { vk::CmdExecuteCommands(handle(), 1, &secondary.handle()); }
2236
2237void CommandBuffer::Barrier(const VkMemoryBarrier2& barrier, VkDependencyFlags dependency_flags) {
2238 VkDependencyInfo dep_info = DependencyInfo(barrier, dependency_flags);

Callers 9

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

Calls 2

CmdExecuteCommandsFunction · 0.85
handleMethod · 0.45

Tested by

no test coverage detected