openusd 0.5.0

Rust native USD library
Documentation
1
2
3
4
5
6
7
8
9
//! Token constants for the [UsdProc](super) schema family.
//!
//! Mirrors Pixar's `pxr/usd/usdProc/tokens.h`.

// ── Concrete prim type names ────────────────────────────────────────
pub const T_GENERATIVE_PROCEDURAL: &str = "GenerativeProcedural";

// ── GenerativeProcedural attribute names ────────────────────────────
pub const A_PROCEDURAL_SYSTEM: &str = "proceduralSystem";