GPU: Implement support for multisample antialiasing
This commit is contained in:
@@ -16,6 +16,7 @@ class QFrame;
|
||||
class QKeyEvent;
|
||||
class QTableView;
|
||||
class QTreeView;
|
||||
class QVariant;
|
||||
class QWidget;
|
||||
class QUrl;
|
||||
|
||||
@@ -62,4 +63,9 @@ void OpenURL(QWidget* parent, const char* url);
|
||||
/// Fills a combo box with resolution scale options.
|
||||
void FillComboBoxWithResolutionScales(QComboBox* cb);
|
||||
|
||||
/// Fills a combo box with multisampling options.
|
||||
QVariant GetMSAAModeValue(uint multisamples, bool ssaa);
|
||||
void DecodeMSAAModeValue(const QVariant& userdata, uint* multisamples, bool* ssaa);
|
||||
void FillComboBoxWithMSAAModes(QComboBox* cb);
|
||||
|
||||
} // namespace QtUtils
|
||||
Reference in New Issue
Block a user