MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / upscale

Method upscale

src/utils/impl_fsr2.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void Fsr2Context::upscale(CommandRecorder & command_list, UpscaleInfo const & info)
24 {
25 auto & impl = *r_cast<ImplFsr2Context *>(this->object);
26 impl.upscale(command_list, info);
27 }
28
29 auto Fsr2Context::get_jitter(u64 index) const -> daxa_f32vec2
30 {

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45

Tested by

no test coverage detected