mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
update anti-flicker description and license block
This commit is contained in:
parent
4b672912a5
commit
5936c56809
|
@ -5,7 +5,9 @@
|
||||||
by hunterk
|
by hunterk
|
||||||
License: public domain
|
License: public domain
|
||||||
|
|
||||||
This shader detects
|
This shader detects large variations in luminance from frame to frame
|
||||||
|
and then blends frames to smooth the transition. In flicker-based
|
||||||
|
shadow effects, this should result in true transparency.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
layout(push_constant) uniform Push
|
layout(push_constant) uniform Push
|
||||||
|
|
Loading…
Reference in a new issue