[Research] Upscale texture using MTLFXTemporalScaler #28

Open
opened 2025-12-29 05:19:07 +01:00 by adam · 1 comment
Owner

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 MTLFXTemporalScaler from MetalFX framework so that the content will be presented in high resolution.

References

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 `MTLFXTemporalScaler` from `MetalFX` framework so that the content will be presented in high resolution. ### References - https://developer.apple.com/documentation/metalfx
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Memola#28