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