variable rate shading tier2 #152

This commit is contained in:
Turanszki Janos
2020-08-30 20:20:24 +02:00
parent 4df1769cc9
commit 256fda93fc
36 changed files with 371 additions and 88 deletions
+1
View File
@@ -360,6 +360,7 @@ MaterialWindow::MaterialWindow(EditorComponent* editor) : GUI(&editor->GetGUI())
shadingRateComboBox->AddItem("4X2");
shadingRateComboBox->AddItem("4X4");
shadingRateComboBox->SetEnabled(false);
shadingRateComboBox->SetMaxVisibleItemCount(4);
materialWindow->AddWidget(shadingRateComboBox);