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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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