22 std::make_shared<SamplerLibraryVK>(context->GetDeviceHolder());
23 std::shared_ptr<SamplerLibrary> library = library_vk;
28 auto sampler = library->GetSampler(desc);
34 sampler = library->GetSampler(desc);
std::shared_ptr< ContextVK > Build()
Create a Vulkan context with Vulkan functions mocked. The caller is given a chance to tinker on the s...