mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
Remove (hopefully) last OpenGL leftovers & crunch
Crunch is unused.
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@
|
||||
this.translationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.translationComboBox.FormattingEnabled = true;
|
||||
this.translationComboBox.Items.AddRange(
|
||||
new object[]{"GLSL for GL4.5", "SPIRV"});
|
||||
new object[]{"SPIRV"});
|
||||
this.translationComboBox.Location = new System.Drawing.Point(1224, 0);
|
||||
this.translationComboBox.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
||||
this.translationComboBox.Name = "translationComboBox";
|
||||
|
||||
@@ -226,9 +226,6 @@ namespace shader_playground {
|
||||
switch (translationComboBox.SelectedIndex) {
|
||||
default:
|
||||
case 0:
|
||||
outputType = "glsl45";
|
||||
break;
|
||||
case 1:
|
||||
outputType = "spirvtext";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user