* Added two missing 32-bit image formats to TestImageRaster: ARGB8 and BGRA8
This commit is contained in:
parent
406d244e01
commit
52cd458601
@ -133,6 +133,12 @@ public class TestImageRaster extends SimpleApplication {
|
||||
image = convertImage(image, Format.BGR8);
|
||||
convertAndPutImage(image, 25, 5);
|
||||
|
||||
image = convertImage(image, Format.ARGB8);
|
||||
convertAndPutImage(image, 30, 5);
|
||||
|
||||
image = convertImage(image, Format.BGRA8);
|
||||
convertAndPutImage(image, 35, 5);
|
||||
|
||||
image = convertImage(image, Format.RGB5A1);
|
||||
convertAndPutImage(image, 0, 10);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user