//------------------------------------------------------------------------------
// Luke Titley : from+usd_rs@luketitley.com
//------------------------------------------------------------------------------
//! UsdShade provides schemas and behaviors for creating and binding materials,
//! which encapsulate shading networks.
mod material;
mod shader;
pub use material::*;
pub use shader::*;