Enum gfx_core::ShaderSet [−][src]
A complete set of shaders to link a program. TODO: TransformFeedback
Variants
Simple(VertexShader<R>, PixelShader<R>)
Simple program: Vs-Ps
Geometry(VertexShader<R>, GeometryShader<R>, PixelShader<R>)
Geometry shader programs: Vs-Gs-Ps
Tessellated(VertexShader<R>, HullShader<R>, DomainShader<R>, PixelShader<R>)
Tessellation programs: Vs-Hs-Ds-Ps
TessellatedGeometry(VertexShader<R>, HullShader<R>, DomainShader<R>, GeometryShader<R>, PixelShader<R>)
TessellatedGeometry programs: Vs-Hs-Ds-Hs-Ps
Implementations
impl<R: Resources> ShaderSet<R>
[src]
Trait Implementations
impl<R: Clone + Resources> Clone for ShaderSet<R>
[src]
impl<R: Debug + Resources> Debug for ShaderSet<R>
[src]
impl<R: Eq + Resources> Eq for ShaderSet<R>
[src]
impl<R: Hash + Resources> Hash for ShaderSet<R>
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<R: PartialEq + Resources> PartialEq<ShaderSet<R>> for ShaderSet<R>
[src]
impl<R: Resources> StructuralEq for ShaderSet<R>
[src]
impl<R: Resources> StructuralPartialEq for ShaderSet<R>
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for ShaderSet<R> where
<R as Resources>::Shader: RefUnwindSafe,
<R as Resources>::Shader: RefUnwindSafe,
impl<R> Send for ShaderSet<R>
impl<R> Sync for ShaderSet<R>
impl<R> Unpin for ShaderSet<R>
impl<R> UnwindSafe for ShaderSet<R> where
<R as Resources>::Shader: RefUnwindSafe,
<R as Resources>::Shader: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,