mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement ViewportIndex
This commit is contained in:
parent
c7ed439bbc
commit
68bad0e922
8 changed files with 33 additions and 2 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue