Enum amethyst_renderer::JointWeights[][src]

pub enum JointWeights {}

Type for joint weights attribute of vertex

Trait Implementations

impl Clone for JointWeights
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JointWeights
[src]

Formats the value using the given formatter. Read more

impl Attribute for JointWeights
[src]

NAME: &'static str = "joint_weights"

Name of the attribute It is used to bind to the attributes in shaders Read more

FORMAT: Format = Format(SurfaceType::R32_G32_B32_A32, ChannelType::Unorm)

Format of the attribute defines arity and type

SIZE: u32 = 16

Size of the attribue

Representation of the attribute usually it is [f32; N] Read more

Auto Trait Implementations

impl Send for JointWeights

impl Sync for JointWeights