glsl: Add passthrough geometry shader support

This commit is contained in:
ameerj 2021-06-24 20:13:21 -04:00
parent 8612b5fec5
commit f7352411f0
3 changed files with 27 additions and 7 deletions

View file

@ -157,6 +157,7 @@ public:
bool uses_y_direction{};
bool uses_cc_carry{};
bool uses_geometry_passthrough{};
private:
void SetupExtensions();