# Message: `PlatformProfile` ### Fields: - **os**: `int` - **formats**: `TextureFormatAlternative` - **mipmaps**: `bool` - **max_texture_size**: `int` - **premultiply_alpha**: `bool` ### Enums: - **OS**: - `OS_ID_GENERIC = 0` - `OS_ID_WINDOWS = 1` - `OS_ID_OSX = 2` - `OS_ID_LINUX = 3` - `OS_ID_IOS = 4` - `OS_ID_ANDROID = 5` - `OS_ID_WEB = 6` - `OS_ID_SWITCH = 7` - `OS_ID_PS4 = 8` - `OS_ID_PS5 = 9` - `OS_ID_XBOX = 10` ---