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

Method Begin

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

Source from the content-addressed store, hash-verified

2016}
2017
2018void CommandBuffer::Begin(const VkCommandBufferBeginInfo* info) { ASSERT_EQ(VK_SUCCESS, vk::BeginCommandBuffer(handle(), info)); }
2019
2020void CommandBuffer::Begin(VkCommandBufferUsageFlags flags) {
2021 VkCommandBufferBeginInfo info = vku::InitStructHelper();

Callers 15

TEST_FFunction · 0.45
TransitionLayoutMethod · 0.45
BuildOnDeviceTopLevelFunction · 0.45
GetCubesTLASFunction · 0.45
SetPresentImageLayoutMethod · 0.45
operator()Method · 0.45
ValidOwnershipTransferOpFunction · 0.45
BasicComputeTestMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

BeginCommandBufferFunction · 0.50

Tested by 4

TestHelperMethod · 0.36
TestIntraRefreshCycleMethod · 0.36
TestHelperRegexMethod · 0.36
TestHelperMethod · 0.36