mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 11:32:41 +00:00
spirv: Implement ViewportMask with NV_viewport_array2
This commit is contained in:
@@ -96,6 +96,9 @@ void SetAttribute(Info& info, IR::Attribute attribute) {
|
||||
case IR::Attribute::ViewportIndex:
|
||||
info.stores_viewport_index = true;
|
||||
break;
|
||||
case IR::Attribute::ViewportMask:
|
||||
info.stores_viewport_mask = true;
|
||||
break;
|
||||
default:
|
||||
throw NotImplementedException("Set attribute {}", attribute);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user