mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:15:46 -04:00
GPU: Add basic texture filtering support
Still has issues around the edges of text.
This commit is contained in:
@ -157,6 +157,7 @@ protected:
|
||||
u32 m_resolution_scale = 1;
|
||||
u32 m_max_resolution_scale = 1;
|
||||
bool m_true_color = false;
|
||||
bool m_texture_filtering = false;
|
||||
bool m_supports_dual_source_blend = false;
|
||||
|
||||
BatchConfig m_batch = {};
|
||||
|
Reference in New Issue
Block a user