Trait spirv_cross2::reflect::ConstantValue
source · pub trait ConstantValue: Sealed + Sized { }Expand description
A marker trait for types that can be represented as a SPIR-V constant.
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
impl ConstantValue for Mat4
Available on crate feature
gfx-math-types only.impl ConstantValue for Vec2
Available on crate feature
gfx-math-types only.impl ConstantValue for Vec3
Available on crate feature
gfx-math-types only.impl ConstantValue for Vec4
Available on crate feature
gfx-math-types only.