mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Revert "VideoCommon: revert max pixel shader samplers back to 8 for Android devices."
This reverts commit 79648e1c24
.
This commit is contained in:
@ -7,13 +7,6 @@
|
||||
|
||||
namespace VideoCommon
|
||||
{
|
||||
#ifdef ANDROID
|
||||
// Some devices seem to have graphical errors when providing 16 pixel samplers
|
||||
// given the logic is for a performance heavy feature (custom shaders), will just disable for now
|
||||
// TODO: handle this more elegantly
|
||||
constexpr u32 MAX_PIXEL_SHADER_SAMPLERS = 8;
|
||||
#else
|
||||
constexpr u32 MAX_PIXEL_SHADER_SAMPLERS = 16;
|
||||
#endif
|
||||
constexpr u32 MAX_COMPUTE_SHADER_SAMPLERS = 8;
|
||||
} // namespace VideoCommon
|
||||
|
Reference in New Issue
Block a user