mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 01:42:32 -07:00
shader: Implement SR_Y_DIRECTION
This commit is contained in:
@@ -97,6 +97,8 @@ struct Profile {
|
||||
std::optional<CompareFunction> alpha_test_func;
|
||||
float alpha_test_reference{};
|
||||
|
||||
bool y_negate{};
|
||||
|
||||
std::vector<TransformFeedbackVarying> xfb_varyings;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user