Skip to content

Latest commit

 

History

History
101 lines (77 loc) · 1.01 KB

File metadata and controls

101 lines (77 loc) · 1.01 KB

vec4

vec4

Return Value

Type: vec4

JSON
{
  "Type": "vec4",
  "Name": "vec4",
  "Value": "0.0 0.0 0.0 0.0",
  "Category": 6,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}

vec4(ivec4)

Parameter

x Type: ivec4

Return Value

Type: vec4

JSON
{
  "Type": "vec4(ivec4)",
  "Name": "vec4(ivec4)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "ivec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}

vec4(bvec4)

Parameter

x Type: bvec4

Return Value

Type: vec4

JSON
{
  "Type": "vec4(bvec4)",
  "Name": "vec4(bvec4)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "bvec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}