use ;
use ;
use TypeIdMap;
use crateInternedSystemSet;
pub use *;
pub use ;
/// Specifies what kind of edge should be added to the dependency graph.
pub
/// An edge to be added to the dependency graph.
pub
/// Configures ambiguity detection for a single system.
pub
/// Metadata about how the node fits in the schedule graph
/// Converts 2D row-major pair of indices into a 1D array index.
pub
/// Converts a 1D array index into a 2D row-major pair of indices.
pub
Homonyms
cyb/evy/forks/naga/src/back/hlsl/mod.rs
struct Baz { m: mat3x2, } struct Baz { float2 m_0; float2 m_1; float2 m_2; }; float3x2 GetMatmOnBaz(Baz obj) { return float3x2(obj.m_0, obj.m_1, obj.m_2); }