mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
glsl: Implement legacy varyings
This commit is contained in:
parent
18aae22ad2
commit
3e6f89f964
6 changed files with 81 additions and 8 deletions
|
@ -128,6 +128,7 @@ struct Info {
|
|||
bool loads_instance_id{};
|
||||
bool loads_vertex_id{};
|
||||
bool loads_front_face{};
|
||||
bool loads_legacy_varyings{};
|
||||
|
||||
bool loads_tess_coord{};
|
||||
|
||||
|
@ -150,6 +151,7 @@ struct Info {
|
|||
bool stores_clip_distance{};
|
||||
bool stores_fog_coordinate{};
|
||||
bool stores_viewport_mask{};
|
||||
bool stores_legacy_varyings{};
|
||||
|
||||
bool stores_tess_level_outer{};
|
||||
bool stores_tess_level_inner{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue