Skip to content

Commit

Permalink
Example 9 bugs:
Browse files Browse the repository at this point in the history
- RLE TGA loader doesn't work.
- Visualization of array/cubemap not correct
- screenshot doesn't work sometimes (maybe for certain formats)
  • Loading branch information
devshgraphicsprogramming committed Mar 16, 2022
1 parent 862dffc commit 56f7888
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions examples_tests/09.ColorSpaceTest/imagesTestList.txt
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
2 changes: 1 addition & 1 deletion examples_tests/09.ColorSpaceTest/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ColorSpaceTestSampleApp : public ApplicationBase
initOutput.window = core::smart_refctd_ptr(window);
CommonAPI::InitWithDefaultExt(
initOutput,
video::EAT_VULKAN,
video::EAT_OPENGL,
"09.ColorSpaceTest",
WIN_W, WIN_H, SC_IMG_COUNT,
swapchainImageUsage,
Expand Down
4 changes: 2 additions & 2 deletions examples_tests/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ N = No support
| 06.MeshLoaders | Y | Y | Y | S | S | S | Y | Y | |
| 07.SubpassBaking | Y | Y | Y | S | S | S | S | S | |
| FREE_SLOT | | | | | | | | | |
| 09.ColorSpaceTest | W | W | W | W | W | W | W | W | |
| 09.ColorSpaceTest | B | B | B | W | W | W | W | W | |
| 10.AllocatorTest | Y | Y | Y | S | S | S | N | N | |
| 11.LoDSystem | Y | Y | B | S | N | S | N | S | |
| 12.glTF | W | N | W | W | N | W | N | W | COMPILE_WITH_GLTF_LOADER |
Expand All @@ -51,7 +51,7 @@ N = No support
| 17.SimpleBulletIntegration | B | N | B | S | N | S | N | N | BUILD_BULLET |
| 18.MitsubaLoader | S | N | S | S | N | S | N | N | BUILD_MITSUBA_LOADER |
| FREE_SLOT | | | | | | | | | |
| 20.Megatexture | S | S | S | S | S | S | N | S | |
| 20.Megatexture | W | W | W | S | S | S | N | S | |
| 21.DynamicTextureIndexing | B | B | B | S | N | S | N | S | |
| 22.RaytracedAO | N | N | W | N | N | W | N | N | BUILD_MITSUBA_LOADER |
| 23.Autoexposure | Y | Y | Y | S | S | S | N | S | |
Expand Down

0 comments on commit 56f7888

Please sign in to comment.