mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
shader: Add PointSize attribute
This commit is contained in:
@@ -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{};
|
||||
|
||||
Reference in New Issue
Block a user