Struct bismuth::render::pipeline::Transform []

pub struct Transform {
    pub camera: [[f32; 4]; 4],
    pub model: [[f32; 4]; 4],
}

Fields

Methods

impl Transform
[src]

Trait Implementations

impl Clone for Transform

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Transform

impl Debug for Transform

Formats the value using the given formatter.

impl Pod for Transform

impl Structure<ConstFormat> for Transform

Get the layout of an element by name.

impl Default for Transform
[src]

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