mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 00:35:47 +00:00
shader: Add PointSize attribute
This commit is contained in:
parent
2c78d07197
commit
357a47d944
5 changed files with 13 additions and 0 deletions
|
@ -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{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue