Struct skeletal_animation::skinned_renderer::SkinnedVertex []

pub struct SkinnedVertex {
    pub pos: [f32; 3],
    pub normal: [f32; 3],
    pub uv: [f32; 2],
    pub joint_indices: [i32; 4],
    pub joint_weights: [f32; 4],
}

Fields

Trait Implementations

impl Clone for SkinnedVertex

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SkinnedVertex

impl Debug for SkinnedVertex

Formats the value using the given formatter.

impl PartialEq for SkinnedVertex

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Pod for SkinnedVertex

impl Structure<Format> for SkinnedVertex

Get the layout of an element by name.

impl Default for SkinnedVertex
[src]

[src]

Returns the "default value" for a type. Read more