mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00: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:
parent
5af6424324
commit
113b4b71de
|
@ -75,7 +75,7 @@ enum class GPUTextureFilter : u8
|
||||||
Count
|
Count
|
||||||
};
|
};
|
||||||
|
|
||||||
enum GPUDownsampleMode : u8
|
enum class GPUDownsampleMode : u8
|
||||||
{
|
{
|
||||||
Disabled,
|
Disabled,
|
||||||
Box,
|
Box,
|
||||||
|
|
Loading…
Reference in a new issue