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

Method NextSubpass

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

Source from the content-addressed store, hash-verified

2070}
2071
2072void CommandBuffer::NextSubpass(VkSubpassContents contents) { vk::CmdNextSubpass(handle(), contents); }
2073
2074void CommandBuffer::EndRenderPass() { vk::CmdEndRenderPass(handle()); }
2075

Callers 14

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
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

CmdNextSubpassFunction · 0.85

Tested by

no test coverage detected