Merge pull request #49063 from Calinou/remove-16x-msaa

Remove 16× MSAA support due to driver bugs and low performance
This commit is contained in:
Rémi Verschelde 2021-09-13 17:34:04 +02:00 committed by GitHub
commit 8ecc571158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 21 deletions

View file

@ -113,7 +113,7 @@ public:
MSAA_2X,
MSAA_4X,
MSAA_8X,
MSAA_16X,
// 16x MSAA is not supported due to its high cost and driver bugs.
MSAA_MAX
};