Enum amethyst_renderer::JointWeights [−][src]
pub enum JointWeights {}Type for joint weights attribute of vertex
Trait Implementations
impl Clone for JointWeights[src]
impl Clone for JointWeightsfn clone(&self) -> JointWeights[src]
fn clone(&self) -> JointWeightsReturns 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 JointWeights[src]
impl Debug for JointWeightsfn 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 JointWeights[src]
impl Attribute for JointWeightsconst NAME: &'static str
NAME: &'static str = "joint_weights"
Name of the attribute It is used to bind to the attributes in shaders Read more
const FORMAT: Format
FORMAT: Format = Format(SurfaceType::R32_G32_B32_A32, ChannelType::Unorm)
Format of the attribute defines arity and type
const SIZE: u32
SIZE: u32 = 16
Size of the attribue
type Repr = [f32; 4]
Representation of the attribute usually it is [f32; N] Read more
Auto Trait Implementations
impl Send for JointWeights
impl Send for JointWeightsimpl Sync for JointWeights
impl Sync for JointWeights