Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 556 Bytes

File metadata and controls

45 lines (36 loc) · 556 Bytes

sampleVSMShadow

sampleVSMShadow

Parameters

shadowMap Type: sampler2D shadowPos Type: vec2

Return Value

Type: vec2

JSON
{
  "Type": "sampleVSMShadow(shadowMap,vec2)",
  "Name": "sampleVSMShadow",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "shadowMap",
      "Type": "sampler2D"
    },
    {
      "Connection": null,
      "Id": "shadowPos",
      "Type": "vec2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}