testuite Add translucent offscreen rendering test case

This commit is contained in:
Timm Bäder 2018-12-02 16:15:17 +01:00
parent ad93806005
commit e0a7d28339
3 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

View File

@ -52,6 +52,7 @@ gl_tests = [
['gradient simple', 'gradient_simple'],
['gradient transformed', 'gradient_transformed'],
['gradient clipped', 'gradient_clipped'],
['offscreen opacity', 'opacity_clip'],
]
foreach gl_test : gl_tests