Fix ARGB32 frame rendering.

This commit is contained in:
John Preston 2021-06-08 15:06:05 +04:00
parent 5970f3de9e
commit e41fb0d8fd
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ void Viewport::RendererGL::ensureARGB32Program() {
FragmentShader({
FragmentSampleARGB32Texture(),
FragmentFrameColor(),
FragmentRoundCorners(),
}));
}