Browse Source

Update rl_gputex.h

Ray 1 tháng trước cách đây
mục cha
commit
e4dfb6dbb5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/external/rl_gputex.h

+ 2 - 0
src/external/rl_gputex.h

@@ -585,6 +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
@@ -597,6 +598,7 @@ int rl_save_ktx(const char *file_name, void *data, int width, int height, int fo
     UInt32 levelCount
     UInt32 supercompressionScheme
     */
+
     // Calculate file data_size required
     int data_size = sizeof(ktx_header);