[][src]Struct nannou::vk::pipeline::shader::GraphicsEntryPoint

pub struct GraphicsEntryPoint<'a, S, I, O, L> { /* fields omitted */ }

Represents a shader entry point in a shader module.

Can be obtained by calling entry_point() on the shader module.

Trait Implementations

impl<'a, S, I, O, L> Copy for GraphicsEntryPoint<'a, S, I, O, L> where
    I: Copy,
    L: Copy,
    O: Copy,
    S: Copy
[src]

impl<'a, S, I, O, L> EntryPointAbstract for GraphicsEntryPoint<'a, S, I, O, L> where
    I: ShaderInterfaceDef,
    L: PipelineLayoutDesc,
    O: ShaderInterfaceDef,
    S: SpecializationConstants
[src]

type PipelineLayout = L

type SpecializationConstants = S

impl<'a, S, I, O, L> Debug for GraphicsEntryPoint<'a, S, I, O, L> where
    I: Debug,
    L: Debug,
    O: Debug,
    S: Debug
[src]

impl<'a, S, I, O, L> GraphicsEntryPointAbstract for GraphicsEntryPoint<'a, S, I, O, L> where
    I: ShaderInterfaceDef,
    L: PipelineLayoutDesc,
    O: ShaderInterfaceDef,
    S: SpecializationConstants
[src]

type InputDefinition = I

type OutputDefinition = O

impl<'a, S, I, O, L> Clone for GraphicsEntryPoint<'a, S, I, O, L> where
    I: Clone,
    L: Clone,
    O: Clone,
    S: Clone
[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, S, I, O, L> Send for GraphicsEntryPoint<'a, S, I, O, L> where
    I: Send,
    L: Send,
    O: Send,
    S: Send

impl<'a, S, I, O, L> Sync for GraphicsEntryPoint<'a, S, I, O, L> where
    I: Sync,
    L: Sync,
    O: Sync,
    S: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Content for T[src]

impl<T> SafeBorrow<T> for T[src]

impl<T> Erased for T

impl<S> FromSample<S> for S[src]

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 
[src]

impl<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.