Struct gfx_core::PixelShader[][src]

pub struct PixelShader<R: Resources>(_);

Methods

impl<R: Resources> PixelShader<R>
[src]

Trait Implementations

impl<R: Clone + Resources> Clone for PixelShader<R>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Resources> Debug for PixelShader<R>
[src]

Formats the value using the given formatter. Read more

impl<R: Eq + Resources> Eq for PixelShader<R>
[src]

impl<R: Hash + Resources> Hash for PixelShader<R>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<R: PartialEq + Resources> PartialEq for PixelShader<R>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<R> Send for PixelShader<R> where
    <R as Resources>::Shader: Send + Sync

impl<R> Sync for PixelShader<R> where
    <R as Resources>::Shader: Send + Sync