Enum amethyst_renderer::JointIds [−][src]
pub enum JointIds {}Type for joint ids attribute of vertex
Trait Implementations
impl Clone for JointIds[src]
impl Clone for JointIdsfn clone(&self) -> JointIds[src]
fn clone(&self) -> JointIdsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for JointIds[src]
impl Debug for JointIdsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Attribute for JointIds[src]
impl Attribute for JointIdsconst NAME: &'static str
NAME: &'static str = "joint_ids"
Name of the attribute It is used to bind to the attributes in shaders Read more
const FORMAT: Format
FORMAT: Format = Format(SurfaceType::R16_G16_B16_A16, ChannelType::Uint)
Format of the attribute defines arity and type
const SIZE: u32
SIZE: u32 = 8
Size of the attribue
type Repr = [u16; 4]
Representation of the attribute usually it is [f32; N] Read more