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

@ -120,6 +120,7 @@ public:
Id input_position{};
std::array<Id, 32> input_generics{};
Id output_point_size{};
Id output_position{};
std::array<Id, 32> output_generics{};