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

Method DecodeVideo

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

Source from the content-addressed store, hash-verified

2176}
2177
2178void CommandBuffer::DecodeVideo(const VkVideoDecodeInfoKHR& decodeInfo) { vk::CmdDecodeVideoKHR(handle(), &decodeInfo); }
2179
2180void CommandBuffer::EncodeVideo(const VkVideoEncodeInfoKHR& encodeInfo) { vk::CmdEncodeVideoKHR(handle(), &encodeInfo); }
2181

Callers 13

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

CmdDecodeVideoKHRFunction · 0.85

Tested by

no test coverage detected