Skip to content

Latest commit

 

History

History
574 lines (419 loc) · 5.92 KB

File metadata and controls

574 lines (419 loc) · 5.92 KB

uniform

DeltaTimePS

Return Value

Type: float

JSON
{
  "Type": "uniform(float)",
  "Name": "DeltaTimePS",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}

ElapsedTimePS

Return Value

Type: float

JSON
{
  "Type": "uniform(float)",
  "Name": "ElapsedTimePS",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}

ElapsedTime

Return Value

Type: float

JSON
{
  "Type": "uniform(float)",
  "Name": "ElapsedTime",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}

floatUniform

Return Value

Type: float

JSON
{
  "Type": "uniform(float)",
  "Name": "floatUniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}

vec2Uniform

Return Value

Type: vec2

JSON
{
  "Type": "uniform(vec2)",
  "Name": "vec2Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}

vec3Uniform

Return Value

Type: vec3

JSON
{
  "Type": "uniform(vec3)",
  "Name": "vec3Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec3"
    }
  ]
}

vec4Uniform

Return Value

Type: vec4

JSON
{
  "Type": "uniform(vec4)",
  "Name": "vec4Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}

boolUniform

Return Value

Type: bool

JSON
{
  "Type": "uniform(bool)",
  "Name": "boolUniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bool"
    }
  ]
}

bvec2Uniform

Return Value

Type: bvec2

JSON
{
  "Type": "uniform(bvec2)",
  "Name": "bvec2Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bvec2"
    }
  ]
}

bvec3Uniform

Return Value

Type: bvec3

JSON
{
  "Type": "uniform(bvec3)",
  "Name": "bvec3Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bvec3"
    }
  ]
}

bvec4Uniform

Return Value

Type: bvec4

JSON
{
  "Type": "uniform(bvec4)",
  "Name": "bvec4Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bvec4"
    }
  ]
}

intUniform

Return Value

Type: int

JSON
{
  "Type": "uniform(int)",
  "Name": "intUniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "int"
    }
  ]
}

ivec2Uniform

Return Value

Type: ivec2

JSON
{
  "Type": "uniform(ivec2)",
  "Name": "ivec2Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec2"
    }
  ]
}

ivec3Uniform

Return Value

Type: ivec3

JSON
{
  "Type": "uniform(ivec3)",
  "Name": "ivec3Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec3"
    }
  ]
}

ivec4Uniform

Return Value

Type: ivec4

JSON
{
  "Type": "uniform(ivec4)",
  "Name": "ivec4Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec4"
    }
  ]
}

mat2Uniform

Return Value

Type: mat2

JSON
{
  "Type": "uniform(mat2)",
  "Name": "mat2Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat2"
    }
  ]
}

mat3Uniform

Return Value

Type: mat3

JSON
{
  "Type": "uniform(mat3)",
  "Name": "mat3Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat3"
    }
  ]
}

mat4Uniform

Return Value

Type: mat4

JSON
{
  "Type": "uniform(mat4)",
  "Name": "mat4Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat4"
    }
  ]
}

mat4x3Uniform

Return Value

Type: mat4x3

JSON
{
  "Type": "uniform(mat4x3)",
  "Name": "mat4x3Uniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat4x3"
    }
  ]
}

skinMatricesUniform

Return Value

Type: skinMatrices

JSON
{
  "Type": "uniform(skinMatrices)",
  "Name": "skinMatricesUniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "skinMatrices"
    }
  ]
}

lightMatricesUniform

Return Value

Type: lightMatrices

JSON
{
  "Type": "uniform(lightMatrices)",
  "Name": "lightMatricesUniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "lightMatrices"
    }
  ]
}

vertexLightsUniform

Return Value

Type: vertexLights

JSON
{
  "Type": "uniform(vertexLights)",
  "Name": "vertexLightsUniform",
  "Category": 5,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vertexLights"
    }
  ]
}