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

Method EndRendering

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

Source from the content-addressed store, hash-verified

2096}
2097
2098void CommandBuffer::EndRendering() {
2099 if (vk::CmdEndRenderingKHR) {
2100 vk::CmdEndRenderingKHR(handle());
2101 } else {
2102 vk::CmdEndRendering(handle());
2103 }
2104}
2105
2106void CommandBuffer::PushData(uint32_t offset, size_t size, const void* address) {
2107 VkPushDataInfoEXT push_data = vku::InitStructHelper();

Callers 15

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 2

CmdEndRenderingKHRFunction · 0.85
CmdEndRenderingFunction · 0.85

Tested by

no test coverage detected