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:
commit
8ecc571158
9 changed files with 10 additions and 21 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue