forked from MoonsideGames/Refresh
isCube should be a byte
parent
56f4c3c2c4
commit
8d51b423cd
|
@ -524,7 +524,7 @@ typedef struct Refresh_TextureCreateInfo
|
||||||
uint32_t width;
|
uint32_t width;
|
||||||
uint32_t height;
|
uint32_t height;
|
||||||
uint32_t depth;
|
uint32_t depth;
|
||||||
uint32_t isCube;
|
uint8_t isCube;
|
||||||
Refresh_SampleCount sampleCount;
|
Refresh_SampleCount sampleCount;
|
||||||
uint32_t levelCount;
|
uint32_t levelCount;
|
||||||
Refresh_ColorFormat format;
|
Refresh_ColorFormat format;
|
||||||
|
|
Loading…
Reference in New Issue