mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:57:55 -05:00
glsl: skip gl_ViewportIndex write if device does not support it
This commit is contained in:
@ -159,6 +159,7 @@ public:
|
||||
|
||||
bool uses_y_direction{};
|
||||
bool uses_cc_carry{};
|
||||
bool supports_viewport_layer{};
|
||||
|
||||
private:
|
||||
void SetupExtensions(std::string& header);
|
||||
|
Reference in New Issue
Block a user