mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-03-08 10:10:51 +00:00
Add final opaque to transparent gradient test.
This commit is contained in:
parent
dd625fca71
commit
0172df4e60
|
@ -76,7 +76,7 @@ IF(PVRTEXLIB_FOUND)
|
|||
|
||||
# Copy the .pvr files that we will use for testing...
|
||||
SET(TEST_IMAGES
|
||||
gradient white gray transparent
|
||||
gradient white gray transparent trans-gradient
|
||||
)
|
||||
FOREACH(IMAGE ${TEST_IMAGES})
|
||||
FILE(COPY
|
||||
|
|
|
@ -123,3 +123,7 @@ TEST(Decompressor, DecompressTransparent) {
|
|||
ImageTester("transparent.pvr");
|
||||
}
|
||||
|
||||
TEST(Decompressor, DecompressTransGradient) {
|
||||
ImageTester("trans-gradient.pvr");
|
||||
}
|
||||
|
||||
|
|
BIN
PVRTCEncoder/test/data/trans-gradient.pvr
Normal file
BIN
PVRTCEncoder/test/data/trans-gradient.pvr
Normal file
Binary file not shown.
Loading…
Reference in a new issue