Windows: enfore naming consistency

Enforce consistency throughout the rest of the file.
This commit is contained in:
Kawe Mazidjatari 2025-01-01 21:28:04 +01:00
parent 92842e4ac2
commit 2a357914da

View File

@ -36,7 +36,7 @@
uint8_t m_nTextureMipLevelsStreamedOpt;
};
struct TextureBytesPerPixel_s
struct TextureBytesPerPixel_t
{
uint8_t x;
uint8_t y;
@ -45,7 +45,7 @@ struct TextureBytesPerPixel_s
//-----------------------------------------------------------------------------
// Table definitions
//-----------------------------------------------------------------------------
static inline const TextureBytesPerPixel_s s_pBytesPerPixel[] =
static inline const TextureBytesPerPixel_t s_pBytesPerPixel[] =
{
{ uint8_t(8u), uint8_t(4u) },
{ uint8_t(8u), uint8_t(4u) },