Skip to content

Commit abd3b4c

Browse files
committed
Move KTX1 test images to subdirectories
1 parent 724bd61 commit abd3b4c

31 files changed

+10
-10
lines changed

tests/ImageSharp.Textures.Tests/TestImages.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@ public static class Hdr
5959

6060
public static class Ktx
6161
{
62-
public const string Rgba = "rgba8888.ktx";
62+
public const string Rgba = "Flat/rgba8888.ktx";
6363

6464
public static class Astc
6565
{
66-
public const string Rgb32_8x8 = "astc-rgba32-8x8.ktx";
66+
public const string Rgb32_8x8 = "Flat/Astc/astc-rgba32-8x8.ktx";
6767
}
6868

6969
public static class Hdr
7070
{
71-
public const string R16 = "HDR/hdr-r16.ktx";
72-
public const string R32 = "HDR/hdr-r32.ktx";
73-
public const string Rg32 = "HDR/hdr-rg32.ktx";
74-
public const string Rg64 = "HDR/hdr-rg64.ktx";
75-
public const string Rgb48 = "HDR/hdr-rgb48.ktx";
76-
public const string Rgb96 = "HDR/hdr-rgb96.ktx";
77-
public const string Rgba64 = "HDR/hdr-rgba64.ktx";
78-
public const string Rgba128 = "HDR/hdr-rgba128.ktx";
71+
public const string R16 = "Flat/HDR/hdr-r16.ktx";
72+
public const string R32 = "Flat/HDR/hdr-r32.ktx";
73+
public const string Rg32 = "Flat/HDR/hdr-rg32.ktx";
74+
public const string Rg64 = "Flat/HDR/hdr-rg64.ktx";
75+
public const string Rgb48 = "Flat/HDR/hdr-rgb48.ktx";
76+
public const string Rgb96 = "Flat/HDR/hdr-rgb96.ktx";
77+
public const string Rgba64 = "Flat/HDR/hdr-rgba64.ktx";
78+
public const string Rgba128 = "Flat/HDR/hdr-rgba128.ktx";
7979
}
8080
}
8181

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)