mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 17:27:58 -05:00
shader: Implement SampleMask
This commit is contained in:
@ -215,6 +215,7 @@ public:
|
||||
std::array<Id, 30> patches{};
|
||||
|
||||
std::array<Id, 8> frag_color{};
|
||||
Id sample_mask{};
|
||||
Id frag_depth{};
|
||||
|
||||
std::vector<Id> interfaces;
|
||||
|
Reference in New Issue
Block a user