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

Method GetSampler

layers/state_tracker/descriptor_sets.cpp:1002–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000}
1001
1002VkSampler vvl::SamplerDescriptor::GetSampler() const { return sampler_state_ ? sampler_state_->VkHandle() : VK_NULL_HANDLE; }
1003
1004void vvl::SamplerDescriptor::SetImmutableSampler(std::shared_ptr<vvl::Sampler>&& state) {
1005 sampler_state_ = std::move(state);

Callers 2

ValidateDescriptorMethod · 0.80

Calls 1

VkHandleMethod · 0.45

Tested by

no test coverage detected