fix(renderer): TAA graphical artifacts and pixel noise on AMD hardware #88
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/taa-amd"
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?
This fix resolves the colored & buggy pixel artifacts seen when going fullscreen & exiting out of it using TAA. It ensures TAA textures are cleared of junk data on creation and adds the necessary transitions for the GPU to handle frame data correctly on AMD hardware.
Signed-off-by: Collecting [email protected]