Mostly complete new GLSL translator (modulo flow control).
This commit is contained in:
4
tools/shader-playground/Editor.Designer.cs
generated
4
tools/shader-playground/Editor.Designer.cs
generated
@@ -162,8 +162,8 @@
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.translationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.translationComboBox.FormattingEnabled = true;
|
||||
this.translationComboBox.Items.AddRange(new object[] {
|
||||
"SPIRV"});
|
||||
this.translationComboBox.Items.AddRange(
|
||||
new object[]{"GLSL for GL4.5", "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";
|
||||
|
||||
Reference in New Issue
Block a user