shader: Implement SampleMask
This commit is contained in:
parent
95815a3883
commit
80940b1706
11 changed files with 22 additions and 2 deletions
|
@ -118,6 +118,7 @@ struct Info {
|
|||
bool loads_indexed_attributes{};
|
||||
|
||||
std::array<bool, 8> stores_frag_color{};
|
||||
bool stores_sample_mask{};
|
||||
bool stores_frag_depth{};
|
||||
std::array<bool, 32> stores_generics{};
|
||||
bool stores_position{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue