mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:08:22 -05:00
spirv: Implement ViewportMask with NV_viewport_array2
This commit is contained in:
@ -124,6 +124,7 @@ struct Info {
|
||||
bool stores_clip_distance{};
|
||||
bool stores_layer{};
|
||||
bool stores_viewport_index{};
|
||||
bool stores_viewport_mask{};
|
||||
bool stores_tess_level_outer{};
|
||||
bool stores_tess_level_inner{};
|
||||
bool stores_indexed_attributes{};
|
||||
|
Reference in New Issue
Block a user