Merge pull request #57741 from Chaosus/vs_fixes
This commit is contained in:
commit
bfb75d107c
11 changed files with 160 additions and 101 deletions
|
|
@ -34,8 +34,5 @@ func _get_output_port_name(port: int) -> String:
|
|||
func _get_output_port_type(port: int) -> int:
|
||||
return PORT_TYPE_SCALAR
|
||||
|
||||
func _get_global_code(mode: Shader.Mode) -> String:
|
||||
return ""
|
||||
|
||||
func _get_code(input_vars: Array[String], output_vars: Array[String], mode: Shader.Mode, type: VisualShader.Type) -> String:
|
||||
return output_vars[0] + " = 0.0;"
|
||||
|
|
|
|||
|
|
@ -55,11 +55,6 @@ public partial class VisualShaderNode_CLASS_ : _BASE_
|
|||
return 0;
|
||||
}
|
||||
|
||||
public override string _GetGlobalCode(Shader.Mode mode)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
public override string _GetCode(Godot.Collections.Array inputVars, Godot.Collections.Array outputVars, Shader.Mode mode, VisualShader.Type type)
|
||||
{
|
||||
return "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue