mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
core/types: Convert GPUDownsampleMode into an enum class
Prevents some generic-sounding identifiers from being put into the global namespace.
This commit is contained in:
@ -75,7 +75,7 @@ enum class GPUTextureFilter : u8
|
||||
Count
|
||||
};
|
||||
|
||||
enum GPUDownsampleMode : u8
|
||||
enum class GPUDownsampleMode : u8
|
||||
{
|
||||
Disabled,
|
||||
Box,
|
||||
|
Reference in New Issue
Block a user