MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_sampler

Method get_sampler

framework/gui.h:864–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862template <vkb::BindingType bindingType>
863inline vk::Sampler Gui<bindingType>::get_sampler() const
864{
865 return sampler->get_handle();
866}
867
868template <vkb::BindingType bindingType>
869inline typename Gui<bindingType>::StatsView &Gui<bindingType>::get_stats_view()
870{

Callers 5

load_assetsMethod · 0.45
prepare_gui_pipelineMethod · 0.45
RaytracingSceneMethod · 0.45
RaytracingSceneMethod · 0.45

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected