texture_input

Function texture_input 

Source
pub fn texture_input(name: &str, binding_slot: u32) -> NodePort
Expand description

Helper to create a texture input port

§Example

let port = texture_input("input", 0);