isCube should be a byte

submit_rewrite
cosmonaut 2021-01-14 02:05:21 -08:00
parent 56f4c3c2c4
commit 8d51b423cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;