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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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