MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / createSampler

Method createSampler

Source/Falcor/Core/API/Device.cpp:897–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897ref<Sampler> Device::createSampler(const Sampler::Desc& desc)
898{
899 return make_ref<Sampler>(ref<Device>(this), desc);
900}
901
902ref<Fence> Device::createFence(const FenceDesc& desc)
903{

Callers 15

ToneMapperMethod · 0.80
GaussianBlurMethod · 0.80
TAAMethod · 0.80
createResourcesMethod · 0.80
SimplePostFXMethod · 0.80
setSceneMethod · 0.80
readSamplerMethod · 0.80
SharedDataMethod · 0.80
SharedDataMethod · 0.80
EnvMapMethod · 0.80
initIntegratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected