Struct ggez::graphics::EmptyConst[][src]

pub struct EmptyConst;

A type for empty shader data for shaders that do not require any additional data to be sent to the GPU

Trait Implementations

impl Clone for EmptyConst
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EmptyConst
[src]

impl Debug for EmptyConst
[src]

Formats the value using the given formatter. Read more

impl<F> Structure<F> for EmptyConst
[src]

Get the layout of an element by name.

impl Pod for EmptyConst
[src]

Auto Trait Implementations

impl Send for EmptyConst

impl Sync for EmptyConst