| 413 | // geometry/vertex-position artifact. No-op on backends that don't support it. |
| 414 | virtual void SetDebugFlatColor(bool /*enable*/) {} |
| 415 | virtual bool GetDebugFlatColor() const { return false; } |
| 416 | |
| 417 | // SSAA render scale: render the frame at scale x window size into an |
| 418 | // offscreen target and downsample to the window. The only general cure |