Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9917 from TheHarmonicRealm/master
Fix GBR and GRB post-processing effects
  • Loading branch information
Tilka committed Jul 20, 2021
2 parents 88cc20f + 0be80bc commit fa55e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Sys/Shaders/swap_RGB_GBR.glsl
@@ -1,4 +1,4 @@
void main()
{
SetOutput(Sample());
SetOutput(Sample().gbra);
}
2 changes: 1 addition & 1 deletion Data/Sys/Shaders/swap_RGB_GRB.glsl
@@ -1,4 +1,4 @@
void main()
{
SetOutput(Sample());
SetOutput(Sample().grba);
}

0 comments on commit fa55e52

Please sign in to comment.