From ecd6f77de7aeea28c512302fade8b4470a7bf2bf Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 29 Aug 2015 17:01:56 +0200 Subject: New textures loading examples --- examples/resources/texture_formats/sonic.png | Bin 0 -> 116512 bytes examples/resources/texture_formats/sonic_A1R5G5B5.dds | Bin 0 -> 524416 bytes examples/resources/texture_formats/sonic_A4R4G4B4.dds | Bin 0 -> 524416 bytes examples/resources/texture_formats/sonic_A8R8G8B8.dds | Bin 0 -> 1048704 bytes .../resources/texture_formats/sonic_ASTC_4x4_ldr.astc | Bin 0 -> 262160 bytes .../resources/texture_formats/sonic_ASTC_8x8_ldr.astc | Bin 0 -> 65552 bytes examples/resources/texture_formats/sonic_DXT1_RGB.dds | Bin 0 -> 131200 bytes .../resources/texture_formats/sonic_DXT1_RGBA.dds | Bin 0 -> 131200 bytes .../resources/texture_formats/sonic_DXT3_RGBA.dds | Bin 0 -> 262272 bytes .../resources/texture_formats/sonic_DXT5_RGBA.dds | Bin 0 -> 262272 bytes examples/resources/texture_formats/sonic_ETC1_RGB.ktx | Bin 0 -> 131140 bytes examples/resources/texture_formats/sonic_ETC1_RGB.pkm | Bin 0 -> 131088 bytes .../resources/texture_formats/sonic_ETC2_EAC_RGBA.ktx | Bin 0 -> 262212 bytes .../texture_formats/sonic_ETC2_EAC_RGBA.old.pkm | Bin 0 -> 262160 bytes .../resources/texture_formats/sonic_ETC2_EAC_RGBA.pkm | Bin 0 -> 262160 bytes examples/resources/texture_formats/sonic_ETC2_RGB.ktx | Bin 0 -> 131140 bytes examples/resources/texture_formats/sonic_ETC2_RGB.pkm | Bin 0 -> 131088 bytes .../resources/texture_formats/sonic_GRAYSCALE.pvr | Bin 0 -> 262211 bytes examples/resources/texture_formats/sonic_L8A8.pvr | Bin 0 -> 524355 bytes examples/resources/texture_formats/sonic_PVRT_RGB.pvr | Bin 0 -> 131139 bytes .../resources/texture_formats/sonic_PVRT_RGBA.pvr | Bin 0 -> 131139 bytes .../texture_formats/sonic_PVRT_RGBA_2bpp.pvr | Bin 0 -> 65603 bytes .../resources/texture_formats/sonic_PVRT_RGB_2bpp.pvr | Bin 0 -> 65603 bytes examples/resources/texture_formats/sonic_R4G4B4A4.pvr | Bin 0 -> 524355 bytes examples/resources/texture_formats/sonic_R5G5B5A1.pvr | Bin 0 -> 524355 bytes examples/resources/texture_formats/sonic_R5G6B5.dds | Bin 0 -> 524416 bytes examples/resources/texture_formats/sonic_R5G6B5.pvr | Bin 0 -> 524355 bytes examples/resources/texture_formats/sonic_R8G8B8.pvr | Bin 0 -> 786499 bytes examples/resources/texture_formats/sonic_R8G8B8A8.pvr | Bin 0 -> 1048643 bytes examples/resources/texture_formats/sonic_R8G8B8A8.raw | Bin 0 -> 1048576 bytes 30 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/resources/texture_formats/sonic.png create mode 100644 examples/resources/texture_formats/sonic_A1R5G5B5.dds create mode 100644 examples/resources/texture_formats/sonic_A4R4G4B4.dds create mode 100644 examples/resources/texture_formats/sonic_A8R8G8B8.dds create mode 100644 examples/resources/texture_formats/sonic_ASTC_4x4_ldr.astc create mode 100644 examples/resources/texture_formats/sonic_ASTC_8x8_ldr.astc create mode 100644 examples/resources/texture_formats/sonic_DXT1_RGB.dds create mode 100644 examples/resources/texture_formats/sonic_DXT1_RGBA.dds create mode 100644 examples/resources/texture_formats/sonic_DXT3_RGBA.dds create mode 100644 examples/resources/texture_formats/sonic_DXT5_RGBA.dds create mode 100644 examples/resources/texture_formats/sonic_ETC1_RGB.ktx create mode 100644 examples/resources/texture_formats/sonic_ETC1_RGB.pkm create mode 100644 examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.ktx create mode 100644 examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.old.pkm create mode 100644 examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.pkm create mode 100644 examples/resources/texture_formats/sonic_ETC2_RGB.ktx create mode 100644 examples/resources/texture_formats/sonic_ETC2_RGB.pkm create mode 100644 examples/resources/texture_formats/sonic_GRAYSCALE.pvr create mode 100644 examples/resources/texture_formats/sonic_L8A8.pvr create mode 100644 examples/resources/texture_formats/sonic_PVRT_RGB.pvr create mode 100644 examples/resources/texture_formats/sonic_PVRT_RGBA.pvr create mode 100644 examples/resources/texture_formats/sonic_PVRT_RGBA_2bpp.pvr create mode 100644 examples/resources/texture_formats/sonic_PVRT_RGB_2bpp.pvr create mode 100644 examples/resources/texture_formats/sonic_R4G4B4A4.pvr create mode 100644 examples/resources/texture_formats/sonic_R5G5B5A1.pvr create mode 100644 examples/resources/texture_formats/sonic_R5G6B5.dds create mode 100644 examples/resources/texture_formats/sonic_R5G6B5.pvr create mode 100644 examples/resources/texture_formats/sonic_R8G8B8.pvr create mode 100644 examples/resources/texture_formats/sonic_R8G8B8A8.pvr create mode 100644 examples/resources/texture_formats/sonic_R8G8B8A8.raw (limited to 'examples/resources') diff --git a/examples/resources/texture_formats/sonic.png b/examples/resources/texture_formats/sonic.png new file mode 100644 index 00000000..7a096847 Binary files /dev/null and b/examples/resources/texture_formats/sonic.png differ diff --git a/examples/resources/texture_formats/sonic_A1R5G5B5.dds b/examples/resources/texture_formats/sonic_A1R5G5B5.dds new file mode 100644 index 00000000..5e2347db Binary files /dev/null and b/examples/resources/texture_formats/sonic_A1R5G5B5.dds differ diff --git a/examples/resources/texture_formats/sonic_A4R4G4B4.dds b/examples/resources/texture_formats/sonic_A4R4G4B4.dds new file mode 100644 index 00000000..c5ccaf0c Binary files /dev/null and b/examples/resources/texture_formats/sonic_A4R4G4B4.dds differ diff --git a/examples/resources/texture_formats/sonic_A8R8G8B8.dds b/examples/resources/texture_formats/sonic_A8R8G8B8.dds new file mode 100644 index 00000000..fb71b7be Binary files /dev/null and b/examples/resources/texture_formats/sonic_A8R8G8B8.dds differ diff --git a/examples/resources/texture_formats/sonic_ASTC_4x4_ldr.astc b/examples/resources/texture_formats/sonic_ASTC_4x4_ldr.astc new file mode 100644 index 00000000..9a98d9a0 Binary files /dev/null and b/examples/resources/texture_formats/sonic_ASTC_4x4_ldr.astc differ diff --git a/examples/resources/texture_formats/sonic_ASTC_8x8_ldr.astc b/examples/resources/texture_formats/sonic_ASTC_8x8_ldr.astc new file mode 100644 index 00000000..360a264a Binary files /dev/null and b/examples/resources/texture_formats/sonic_ASTC_8x8_ldr.astc differ diff --git a/examples/resources/texture_formats/sonic_DXT1_RGB.dds b/examples/resources/texture_formats/sonic_DXT1_RGB.dds new file mode 100644 index 00000000..9d0b4598 Binary files /dev/null and b/examples/resources/texture_formats/sonic_DXT1_RGB.dds differ diff --git a/examples/resources/texture_formats/sonic_DXT1_RGBA.dds b/examples/resources/texture_formats/sonic_DXT1_RGBA.dds new file mode 100644 index 00000000..102bae7f Binary files /dev/null and b/examples/resources/texture_formats/sonic_DXT1_RGBA.dds differ diff --git a/examples/resources/texture_formats/sonic_DXT3_RGBA.dds b/examples/resources/texture_formats/sonic_DXT3_RGBA.dds new file mode 100644 index 00000000..46d965cb Binary files /dev/null and b/examples/resources/texture_formats/sonic_DXT3_RGBA.dds differ diff --git a/examples/resources/texture_formats/sonic_DXT5_RGBA.dds b/examples/resources/texture_formats/sonic_DXT5_RGBA.dds new file mode 100644 index 00000000..b3a59a79 Binary files /dev/null and b/examples/resources/texture_formats/sonic_DXT5_RGBA.dds differ diff --git a/examples/resources/texture_formats/sonic_ETC1_RGB.ktx b/examples/resources/texture_formats/sonic_ETC1_RGB.ktx new file mode 100644 index 00000000..66241b9d Binary files /dev/null and b/examples/resources/texture_formats/sonic_ETC1_RGB.ktx differ diff --git a/examples/resources/texture_formats/sonic_ETC1_RGB.pkm b/examples/resources/texture_formats/sonic_ETC1_RGB.pkm new file mode 100644 index 00000000..c6fc6df4 Binary files /dev/null and b/examples/resources/texture_formats/sonic_ETC1_RGB.pkm differ diff --git a/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.ktx b/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.ktx new file mode 100644 index 00000000..b01812cb Binary files /dev/null and b/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.ktx differ diff --git a/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.old.pkm b/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.old.pkm new file mode 100644 index 00000000..61ac48ce Binary files /dev/null and b/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.old.pkm differ diff --git a/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.pkm b/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.pkm new file mode 100644 index 00000000..61ac48ce Binary files /dev/null and b/examples/resources/texture_formats/sonic_ETC2_EAC_RGBA.pkm differ diff --git a/examples/resources/texture_formats/sonic_ETC2_RGB.ktx b/examples/resources/texture_formats/sonic_ETC2_RGB.ktx new file mode 100644 index 00000000..7f1207f7 Binary files /dev/null and b/examples/resources/texture_formats/sonic_ETC2_RGB.ktx differ diff --git a/examples/resources/texture_formats/sonic_ETC2_RGB.pkm b/examples/resources/texture_formats/sonic_ETC2_RGB.pkm new file mode 100644 index 00000000..f290f019 Binary files /dev/null and b/examples/resources/texture_formats/sonic_ETC2_RGB.pkm differ diff --git a/examples/resources/texture_formats/sonic_GRAYSCALE.pvr b/examples/resources/texture_formats/sonic_GRAYSCALE.pvr new file mode 100644 index 00000000..d31e2651 Binary files /dev/null and b/examples/resources/texture_formats/sonic_GRAYSCALE.pvr differ diff --git a/examples/resources/texture_formats/sonic_L8A8.pvr b/examples/resources/texture_formats/sonic_L8A8.pvr new file mode 100644 index 00000000..ccf5932e Binary files /dev/null and b/examples/resources/texture_formats/sonic_L8A8.pvr differ diff --git a/examples/resources/texture_formats/sonic_PVRT_RGB.pvr b/examples/resources/texture_formats/sonic_PVRT_RGB.pvr new file mode 100644 index 00000000..22f3f66a Binary files /dev/null and b/examples/resources/texture_formats/sonic_PVRT_RGB.pvr differ diff --git a/examples/resources/texture_formats/sonic_PVRT_RGBA.pvr b/examples/resources/texture_formats/sonic_PVRT_RGBA.pvr new file mode 100644 index 00000000..feb9aeaf Binary files /dev/null and b/examples/resources/texture_formats/sonic_PVRT_RGBA.pvr differ diff --git a/examples/resources/texture_formats/sonic_PVRT_RGBA_2bpp.pvr b/examples/resources/texture_formats/sonic_PVRT_RGBA_2bpp.pvr new file mode 100644 index 00000000..9147e1bb Binary files /dev/null and b/examples/resources/texture_formats/sonic_PVRT_RGBA_2bpp.pvr differ diff --git a/examples/resources/texture_formats/sonic_PVRT_RGB_2bpp.pvr b/examples/resources/texture_formats/sonic_PVRT_RGB_2bpp.pvr new file mode 100644 index 00000000..2a8aea8c Binary files /dev/null and b/examples/resources/texture_formats/sonic_PVRT_RGB_2bpp.pvr differ diff --git a/examples/resources/texture_formats/sonic_R4G4B4A4.pvr b/examples/resources/texture_formats/sonic_R4G4B4A4.pvr new file mode 100644 index 00000000..3f7368a3 Binary files /dev/null and b/examples/resources/texture_formats/sonic_R4G4B4A4.pvr differ diff --git a/examples/resources/texture_formats/sonic_R5G5B5A1.pvr b/examples/resources/texture_formats/sonic_R5G5B5A1.pvr new file mode 100644 index 00000000..c7fa098d Binary files /dev/null and b/examples/resources/texture_formats/sonic_R5G5B5A1.pvr differ diff --git a/examples/resources/texture_formats/sonic_R5G6B5.dds b/examples/resources/texture_formats/sonic_R5G6B5.dds new file mode 100644 index 00000000..217da954 Binary files /dev/null and b/examples/resources/texture_formats/sonic_R5G6B5.dds differ diff --git a/examples/resources/texture_formats/sonic_R5G6B5.pvr b/examples/resources/texture_formats/sonic_R5G6B5.pvr new file mode 100644 index 00000000..9bb8320e Binary files /dev/null and b/examples/resources/texture_formats/sonic_R5G6B5.pvr differ diff --git a/examples/resources/texture_formats/sonic_R8G8B8.pvr b/examples/resources/texture_formats/sonic_R8G8B8.pvr new file mode 100644 index 00000000..072cf3ef Binary files /dev/null and b/examples/resources/texture_formats/sonic_R8G8B8.pvr differ diff --git a/examples/resources/texture_formats/sonic_R8G8B8A8.pvr b/examples/resources/texture_formats/sonic_R8G8B8A8.pvr new file mode 100644 index 00000000..f82534f9 Binary files /dev/null and b/examples/resources/texture_formats/sonic_R8G8B8A8.pvr differ diff --git a/examples/resources/texture_formats/sonic_R8G8B8A8.raw b/examples/resources/texture_formats/sonic_R8G8B8A8.raw new file mode 100644 index 00000000..fc5858e7 Binary files /dev/null and b/examples/resources/texture_formats/sonic_R8G8B8A8.raw differ -- cgit v1.2.3