mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-17 07:27:43 +11:00
Merge pull request #136 from Syhles/patch-1
Missing rgb_grain selection?
This commit is contained in:
commit
c6bd9c687d
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ void main()
|
|||
|
||||
// apply grain (expects to run in gamma space)
|
||||
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)
|
||||
res = sat_lum(res);
|
||||
|
|
Loading…
Add table
Reference in a new issue