mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-07-03 10:48:27 +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...
|
# Copy the .pvr files that we will use for testing...
|
||||||
SET(TEST_IMAGES
|
SET(TEST_IMAGES
|
||||||
gradient white gray transparent
|
gradient white gray transparent trans-gradient
|
||||||
)
|
)
|
||||||
FOREACH(IMAGE ${TEST_IMAGES})
|
FOREACH(IMAGE ${TEST_IMAGES})
|
||||||
FILE(COPY
|
FILE(COPY
|
||||||
|
|
|
@ -123,3 +123,7 @@ TEST(Decompressor, DecompressTransparent) {
|
||||||
ImageTester("transparent.pvr");
|
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