mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-01-14 05:03:24 +01:00
[Research] Upscale texture using MTLFXTemporalScaler #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dscyrescotti on GitHub (Jun 26, 2024).
Originally assigned to: @dscyrescotti on GitHub.
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
MTLFXTemporalScalerfromMetalFXframework so that the content will be presented in high resolution.References
@dscyrescotti commented on GitHub (Jun 27, 2024):
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.