Fix swap_RGB_GRB.gls post-processing shader

This commit is contained in:
Noah
2021-07-19 13:21:41 -07:00
committed by GitHub
parent ac32996d11
commit 0be80bcb18

View File

@ -1,4 +1,4 @@
void main()
{
SetOutput(Sample());
SetOutput(Sample().grba);
}