Skip to content

DrDesten/DrDestens_LastFrameReprojectShader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DrDestens LastFrameReprojectShader (DrD-LFRS)

This shader is more of a tech-demo for me, and I will look into implementing this mechanic into my shaders

This shader only requires half the amount of frames to be rendered, which could significanly boost peformance. Every second frame instead of renderung the current frame it reprojects the last frame onto the geometry of the current frame, which just requires one simple calculation and would allow to skip all other fragment shaders.

In this case, there is no performace increase, but complex shaders could simply skip their entire fsh calculations every second frame, increasing speed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages