Support UNCOMPRESSED_R32G32B32A32 texture format

This commit is contained in:
raysan5
2017-12-28 17:58:37 +01:00
parent c93bca8c27
commit b19e155b34
4 changed files with 35 additions and 3 deletions

View File

@@ -582,6 +582,7 @@ typedef enum {
UNCOMPRESSED_R4G4B4A4, // 16 bpp (4 bit alpha)
UNCOMPRESSED_R8G8B8A8, // 32 bpp
UNCOMPRESSED_R32G32B32, // 32 bit per channel (float) - HDR
UNCOMPRESSED_R32G32B32A32, // 32 bit per channel (float) - HDR
COMPRESSED_DXT1_RGB, // 4 bpp (no alpha)
COMPRESSED_DXT1_RGBA, // 4 bpp (1 bit alpha)
COMPRESSED_DXT3_RGBA, // 8 bpp