From cd1c2066763b720356fb474374397f7f57cfeb58 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 13 Aug 2025 08:22:00 +0200 Subject: [PATCH] Update rl_gputex.h --- src/external/rl_gputex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/external/rl_gputex.h b/src/external/rl_gputex.h index 9773268f5..5311cd119 100644 --- a/src/external/rl_gputex.h +++ b/src/external/rl_gputex.h @@ -585,7 +585,7 @@ int rl_save_ktx(const char *file_name, void *data, int width, int height, int fo // KTX 2.0: UInt32 supercompressionScheme - 0 (None), 1 (Crunch CRN), 2 (Zlib DEFLATE)... // KTX 2.0 defines additional header elements... } ktx_header; - + /* Byte[12] identifier UInt32 vkFormat UInt32 typeSize @@ -596,7 +596,7 @@ int rl_save_ktx(const char *file_name, void *data, int width, int height, int fo UInt32 faceCount UInt32 levelCount UInt32 supercompressionScheme - + */ // Calculate file data_size required int data_size = sizeof(ktx_header);