Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 480 Bytes

vec42Afloat.md

File metadata and controls

45 lines (36 loc) · 480 Bytes

vec4*float

vec4*float

Parameters

x Type: vec4 y Type: float

Return Value

Type: vec4

JSON
{
  "Type": "vec4*float",
  "Name": "vec4*float",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "vec4"
    },
    {
      "Connection": null,
      "Id": "y",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}