mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement SampleMask
This commit is contained in:
parent
cc96469019
commit
ad1507b4a5
11 changed files with 22 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue