mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
Missing rgb_grain selection?
This commit is contained in:
parent
239b6f01be
commit
4754896dc6
|
@ -140,6 +140,7 @@ void main()
|
||||||
|
|
||||||
// apply grain (expects to run in gamma space)
|
// apply grain (expects to run in gamma space)
|
||||||
res = luma_grain(res, vTexCoord.xy, ia_GRAIN_STR, registers.FrameCount);
|
res = luma_grain(res, vTexCoord.xy, ia_GRAIN_STR, registers.FrameCount);
|
||||||
|
// res = rgb_grain(res, vTexCoord.xy, ia_GRAIN_STR, registers.FrameCount);
|
||||||
|
|
||||||
// saturation and luminance (expects to run in gamma space)
|
// saturation and luminance (expects to run in gamma space)
|
||||||
res = sat_lum(res);
|
res = sat_lum(res);
|
||||||
|
|
Loading…
Reference in a new issue