mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 14:32:41 +00:00
shader: Implement ClipDistance
This commit is contained in:
@@ -81,6 +81,7 @@ struct Info {
|
||||
std::array<bool, 32> stores_generics{};
|
||||
bool stores_position{};
|
||||
bool stores_point_size{};
|
||||
bool stores_clip_distance{};
|
||||
|
||||
bool uses_fp16{};
|
||||
bool uses_fp64{};
|
||||
|
||||
Reference in New Issue
Block a user