mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:28:01 -05:00
shader: Implement ViewportIndex
This commit is contained in:
@ -82,6 +82,7 @@ struct Info {
|
||||
bool stores_position{};
|
||||
bool stores_point_size{};
|
||||
bool stores_clip_distance{};
|
||||
bool stores_viewport_index{};
|
||||
|
||||
bool uses_fp16{};
|
||||
bool uses_fp64{};
|
||||
|
Reference in New Issue
Block a user