Fix swap_RGB_GBR.gls post-processing shader

This commit is contained in:
Noah
2021-07-19 13:20:58 -07:00
committed by GitHub
parent c184569192
commit ac32996d11

View File

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