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

Method ControlVideoCoding

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

Source from the content-addressed store, hash-verified

2172}
2173
2174void CommandBuffer::ControlVideoCoding(const VkVideoCodingControlInfoKHR& controlInfo) {
2175 vk::CmdControlVideoCodingKHR(handle(), &controlInfo);
2176}
2177
2178void CommandBuffer::DecodeVideo(const VkVideoDecodeInfoKHR& decodeInfo) { vk::CmdDecodeVideoKHR(handle(), &decodeInfo); }
2179

Callers 15

TestRateControlInfoMethod · 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

CmdControlVideoCodingKHRFunction · 0.85

Tested by 1

TestRateControlInfoMethod · 0.64