dscyrescotti / Memola

An open-source note-taking application for iOS and macOS.
MIT License
0 stars 0 forks source link

[Research] Upscale texture using MTLFXTemporalScaler #53

Open dscyrescotti opened 4 months ago

dscyrescotti commented 4 months ago

Description

So far, the rendering pipeline is set up properly and becomes efficient. But there are some jitters on final rendered texture. So, it is a call to upscale drawn texture using MTLFXTemporalScaler from MetalFX framework so that the content will be presented in high resolution.

References

dscyrescotti commented 4 months ago

It turns out that it takes too much memory resource so it is put back to backlog because it will require more research on how to properly integrate into the existing render pipeline.