Is there a code example of passing a texture sampler into a Custom Block for the NME? Details I’m looking for are things like the “inParameters” type. If I’m passing this input into a function, what is the parameter type?
eg. “inParameters” type = Vector3 but function type is vec3. but for a texture sampler not a vector 3.