| 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 | { |
nothing calls this directly
no test coverage detected