Fix swap_RGB_GRB.gls post-processing shader
This commit is contained in:
parent
ac32996d11
commit
0be80bcb18
|
@ -1,4 +1,4 @@
|
|||
void main()
|
||||
{
|
||||
SetOutput(Sample());
|
||||
SetOutput(Sample().grba);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue