mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
glsl: Add passthrough geometry shader support
This commit is contained in:
parent
41b2a991c4
commit
0810714e46
3 changed files with 27 additions and 7 deletions
|
@ -157,6 +157,7 @@ public:
|
|||
|
||||
bool uses_y_direction{};
|
||||
bool uses_cc_carry{};
|
||||
bool uses_geometry_passthrough{};
|
||||
|
||||
private:
|
||||
void SetupExtensions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue