mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 01:05:46 +00:00
video_core: Remove unused variables
Silences several compiler warnings about unused variables.
This commit is contained in:
parent
5714c2c44a
commit
074f382a39
8 changed files with 5 additions and 33 deletions
|
@ -19,8 +19,6 @@ constexpr auto SNORM = ComponentType::SNORM;
|
|||
constexpr auto UNORM = ComponentType::UNORM;
|
||||
constexpr auto SINT = ComponentType::SINT;
|
||||
constexpr auto UINT = ComponentType::UINT;
|
||||
constexpr auto SNORM_FORCE_FP16 = ComponentType::SNORM_FORCE_FP16;
|
||||
constexpr auto UNORM_FORCE_FP16 = ComponentType::UNORM_FORCE_FP16;
|
||||
constexpr auto FLOAT = ComponentType::FLOAT;
|
||||
constexpr bool C = false; // Normal color
|
||||
constexpr bool S = true; // Srgb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue