Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2072
void CommandBuffer::NextSubpass(VkSubpassContents contents) { vk::CmdNextSubpass(handle(), contents); }
2073
2074
void CommandBuffer::EndRenderPass() { vk::CmdEndRenderPass(handle()); }
2075
Callers
14
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
1
CmdNextSubpass
Function · 0.85
Tested by
no test coverage detected