Enum amethyst_renderer::JointIds[][src]

pub enum JointIds {}

Type for joint ids attribute of vertex

Trait Implementations

impl Clone for JointIds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JointIds
[src]

Formats the value using the given formatter. Read more

impl Attribute for JointIds
[src]

NAME: &'static str = "joint_ids"

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

FORMAT: Format = Format(SurfaceType::R16_G16_B16_A16, ChannelType::Uint)

Format of the attribute defines arity and type

SIZE: u32 = 8

Size of the attribue

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

Auto Trait Implementations

impl Send for JointIds

impl Sync for JointIds