mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 17:07:57 -05:00
shader: Add PointSize attribute
This commit is contained in:
@ -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{};
|
||||
|
||||
|
Reference in New Issue
Block a user