Skip to content

Latest commit

 

History

History
101 lines (77 loc) · 1.03 KB

File metadata and controls

101 lines (77 loc) · 1.03 KB

bvec4

bvec4

Return Value

Type: bvec4

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

bvec4(vec4)

Parameter

x Type: vec4

Return Value

Type: bvec4

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

bvec4(ivec4)

Parameter

x Type: ivec4

Return Value

Type: bvec4

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