From 8d51b423cd38cbd062ce046db2d1ae402d7c1134 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 14 Jan 2021 02:05:21 -0800 Subject: [PATCH] isCube should be a byte --- include/Refresh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Refresh.h b/include/Refresh.h index f5eaab5..cef506e 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -524,7 +524,7 @@ typedef struct Refresh_TextureCreateInfo uint32_t width; uint32_t height; uint32_t depth; - uint32_t isCube; + uint8_t isCube; Refresh_SampleCount sampleCount; uint32_t levelCount; Refresh_ColorFormat format;