shader: Add PointSize attribute

This commit is contained in:
ameerj 2021-03-26 18:52:06 -04:00
parent 514a6b07ee
commit b7589fe115
5 changed files with 13 additions and 0 deletions

View file

@ -79,6 +79,7 @@ struct Info {
bool stores_frag_depth{};
std::array<bool, 32> stores_generics{};
bool stores_position{};
bool stores_point_size{};
bool uses_fp16{};
bool uses_fp64{};