-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- RLE TGA loader doesn't work. - Visualization of array/cubemap not correct - screenshot doesn't work sometimes (maybe for certain formats)
- Loading branch information
1 parent
862dffc
commit 56f7888
Showing
3 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
; This is the testing suite for various IrrlichtBAW loaders/writers (JPG/PNG/TGA/BMP/DDS/KTX). | ||
; This is the testing suite for various Nabla loaders/writers (JPG/PNG/TGA/BMP/DDS/KTX). | ||
; BMP is currently unsupported for now. | ||
; 16-bit PNG & 8-bit RLE (compressed) TGA is not supported. | ||
; For licensing attribution, see LICENSE. | ||
|
||
; JPG, colored & 8-bit grayscale | ||
; ../../media/color_space_test/R8G8B8_1.jpg | ||
; ../../media/color_space_test/R8G8B8_2.jpg | ||
../../media/color_space_test/R8G8B8_1.jpg | ||
../../media/color_space_test/R8G8B8_2.jpg | ||
|
||
;../../media/color_space_test/R8_1.jpg | ||
;../../media/color_space_test/R8_2.jpg | ||
../../media/color_space_test/R8_1.jpg | ||
../../media/color_space_test/R8_2.jpg | ||
|
||
; PNG, 24/32-bit & 8-bit grayscale | ||
;../../media/color_space_test/R8G8B8_1.png | ||
;../../media/color_space_test/R8G8B8_2.png | ||
;../../media/color_space_test/R8G8B8A8_1.png | ||
; ../../media/color_space_test/R8G8B8A8_2.png | ||
../../media/color_space_test/R8G8B8_1.png | ||
../../media/color_space_test/R8G8B8_2.png | ||
../../media/color_space_test/R8G8B8A8_1.png | ||
../../media/color_space_test/R8G8B8A8_2.png | ||
|
||
;../../media/color_space_test/R8_1.png | ||
;../../media/color_space_test/R8_2.png | ||
../../media/color_space_test/R8_1.png | ||
../../media/color_space_test/R8_2.png | ||
|
||
; TGA, 24/32-bit & 8-bit grayscale (+RLE) | ||
;../../media/color_space_test/R8G8B8_RLE.tga | ||
|
||
../../media/color_space_test/R8G8B8A8.tga | ||
;../../media/color_space_test/R8G8B8A8_RLE.tga | ||
|
||
;../../media/color_space_test/R8.tga | ||
../../media/color_space_test/R8.tga | ||
|
||
|
||
; DDS, RGBA Block Compression with mipmaps, cubemaps, arrays, cubemap mipmap images, grayscale | ||
;../../media/GLI/kueken7_rgba_dxt1_srgb.dds | ||
;../../media/GLI/kueken7_rgba_dxt3_unorm.dds | ||
;../../media/GLI/kueken7_rgba_dxt5_srgb.dds | ||
;../../media/GLI/earth-cubemap.dds | ||
;../../media/GLI/kueken7_rgba8_unorm.dds | ||
;../../media/GLI/earth-array.dds | ||
;../../media/GLI/R8_1_unorm.dds | ||
../../media/GLI/kueken7_rgba_dxt1_srgb.dds | ||
../../media/GLI/kueken7_rgba_dxt3_unorm.dds | ||
../../media/GLI/kueken7_rgba_dxt5_srgb.dds | ||
../../media/GLI/earth-cubemap.dds | ||
../../media/GLI/kueken7_rgba8_unorm.dds | ||
../../media/GLI/earth-array.dds | ||
../../media/GLI/R8_1_unorm.dds | ||
|
||
; KTX, RGBA Block Compression with mipmaps, cubemaps, arrays, cubemap mipmap images, grayscale | ||
;../../media/GLI/kueken7_rgba_dxt1_srgb.ktx | ||
;../../media/GLI/kueken7_rgba_dxt3_unorm.ktx | ||
;../../media/GLI/kueken7_rgba_dxt5_srgb.ktx | ||
;../../media/GLI/earth-cubemap.ktx | ||
;../../media/GLI/kueken7_rgba8_unorm.ktx | ||
;../../media/GLI/earth-array.ktx | ||
;../../media/GLI/R8_1_unorm.ktx | ||
../../media/GLI/kueken7_rgba_dxt1_srgb.ktx | ||
../../media/GLI/kueken7_rgba_dxt3_unorm.ktx | ||
../../media/GLI/kueken7_rgba_dxt5_srgb.ktx | ||
../../media/GLI/earth-cubemap.ktx | ||
../../media/GLI/kueken7_rgba8_unorm.ktx | ||
../../media/GLI/earth-array.ktx | ||
../../media/GLI/R8_1_unorm.ktx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters