spirv: Implement VertexId and InstanceId, refactor code
This commit is contained in:
parent
e802512d8e
commit
76c8a962ac
10 changed files with 244 additions and 144 deletions
|
@ -59,6 +59,8 @@ struct Info {
|
|||
|
||||
std::array<bool, 32> loads_generics{};
|
||||
bool loads_position{};
|
||||
bool loads_instance_id{};
|
||||
bool loads_vertex_id{};
|
||||
|
||||
std::array<bool, 8> stores_frag_color{};
|
||||
bool stores_frag_depth{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue