1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-05 10:56:31 -05:00

shader: Implement ViewportIndex

This commit is contained in:
FernandoS27
2021-04-01 08:34:45 +02:00
committed by ameerj
parent fd496d0401
commit d819ba4489
8 changed files with 33 additions and 2 deletions

View File

@@ -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{};