mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
shader,glasm: Implement legacy texcoord loads
This commit is contained in:
parent
b9a0a742fa
commit
34d1a2ffe5
3 changed files with 29 additions and 54 deletions
|
@ -123,6 +123,7 @@ struct Info {
|
|||
bool loads_primitive_id{};
|
||||
bool loads_position{};
|
||||
bool loads_color_front_diffuse{};
|
||||
bool loads_fixed_fnc_textures{};
|
||||
bool loads_point_coord{};
|
||||
bool loads_instance_id{};
|
||||
bool loads_vertex_id{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue