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

Method ConversionInfo

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

Source from the content-addressed store, hash-verified

2356}
2357
2358VkSamplerYcbcrConversionInfo SamplerYcbcrConversion::ConversionInfo() {
2359 VkSamplerYcbcrConversionInfo ycbcr_info = vku::InitStructHelper();
2360 ycbcr_info.conversion = handle();
2361 return ycbcr_info;
2362}
2363
2364// static
2365VkSamplerYcbcrConversionCreateInfo SamplerYcbcrConversion::DefaultConversionInfo(VkFormat format) {

Callers 4

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected