mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-05 22:06:32 -05:00
spirv: Implement VertexId and InstanceId, refactor code
This commit is contained in:
@@ -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{};
|
||||
|
Reference in New Issue
Block a user