Struct adi_gpu_vulkan::Gradient[][src]

pub struct Gradient(pub usize);

A list of colors to be paired with vertices.

Trait Implementations

impl Clone for Gradient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Gradient
[src]

Auto Trait Implementations

impl Send for Gradient

impl Sync for Gradient