sampler Type: sampler2D coord Type: vec2
Type: vec4
JSON
{
"Type": "texture2D(sampler2D,vec2)",
"Name": "texture2D(sampler2D,vec2)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "sampler",
"Type": "sampler2D"
},
{
"Connection": null,
"Id": "coord",
"Type": "vec2"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec4"
}
]
}
sampler Type: sampler2D coord Type: vec2 bias Type: float
Type: vec4
JSON
{
"Type": "texture2D(sampler2D,vec2,float)",
"Name": "texture2D(sampler2D,vec2,float)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "sampler",
"Type": "sampler2D"
},
{
"Connection": null,
"Id": "coord",
"Type": "vec2"
},
{
"Connection": null,
"Id": "bias",
"Type": "float"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec4"
}
]
}