* Test the RGB565 format in TestImageRaster (since it is supported on all platforms)
This commit is contained in:
parent
4797628d7b
commit
a676c51a50
@ -136,6 +136,9 @@ public class TestImageRaster extends SimpleApplication {
|
||||
image = convertImage(image, Format.RGB5A1);
|
||||
convertAndPutImage(image, 0, 10);
|
||||
|
||||
image = convertImage(image, Format.RGB565);
|
||||
convertAndPutImage(image, 5, 10);
|
||||
|
||||
image = convertImage(image, Format.Luminance32F);
|
||||
convertAndPutImage(image, 0, 15);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user