diff options
| author | Margen67 <ihatevistaalot@gmail.com> | 2019-11-07 07:49:16 -0800 |
|---|---|---|
| committer | Margen67 <ihatevistaalot@gmail.com> | 2019-11-08 09:10:51 -0800 |
| commit | 09e10281540ef2eb4769dd6d98b1403a5c226fc0 (patch) | |
| tree | a6a60549d62c728fe0cc502de871dfa77455a264 /tools | |
| parent | d4a5a57867b3bc8e0337b4981884e8983b4af14c (diff) | |
Remove (hopefully) last OpenGL leftovers & crunch
Crunch is unused.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/shader-playground/Editor.Designer.cs | 2 | ||||
| -rw-r--r-- | tools/shader-playground/Editor.cs | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/tools/shader-playground/Editor.Designer.cs b/tools/shader-playground/Editor.Designer.cs index b857cabd4..edf404338 100644 --- a/tools/shader-playground/Editor.Designer.cs +++ b/tools/shader-playground/Editor.Designer.cs @@ -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"; diff --git a/tools/shader-playground/Editor.cs b/tools/shader-playground/Editor.cs index e8f56bd42..3401e1122 100644 --- a/tools/shader-playground/Editor.cs +++ b/tools/shader-playground/Editor.cs @@ -226,9 +226,6 @@ namespace shader_playground { switch (translationComboBox.SelectedIndex) { default: case 0: - outputType = "glsl45"; - break; - case 1: outputType = "spirvtext"; break; } |
