[−][src]Enum rendy_core::hal::pso::Descriptor
A handle to a specific shader resource that can be bound for use in a DescriptorSet
.
Usually provided in a DescriptorSetWrite
Variants
UniformTexelBuffer(&'a <B as Backend>::BufferView)
StorageTexelBuffer(&'a <B as Backend>::BufferView)
Trait Implementations
impl<'a, B> Clone for Descriptor<'a, B> where
B: Backend + Clone,
<B as Backend>::Sampler: Clone,
<B as Backend>::ImageView: Clone,
<B as Backend>::Buffer: Clone,
<B as Backend>::BufferView: Clone,
[src]
B: Backend + Clone,
<B as Backend>::Sampler: Clone,
<B as Backend>::ImageView: Clone,
<B as Backend>::Buffer: Clone,
<B as Backend>::BufferView: Clone,
fn clone(&self) -> Descriptor<'a, B>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a, B> Debug for Descriptor<'a, B> where
B: Backend + Debug,
<B as Backend>::Sampler: Debug,
<B as Backend>::ImageView: Debug,
<B as Backend>::Buffer: Debug,
<B as Backend>::BufferView: Debug,
[src]
B: Backend + Debug,
<B as Backend>::Sampler: Debug,
<B as Backend>::ImageView: Debug,
<B as Backend>::Buffer: Debug,
<B as Backend>::BufferView: Debug,
Auto Trait Implementations
impl<'a, B> RefUnwindSafe for Descriptor<'a, B> where
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::BufferView: RefUnwindSafe,
<B as Backend>::ImageView: RefUnwindSafe,
<B as Backend>::Sampler: RefUnwindSafe,
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::BufferView: RefUnwindSafe,
<B as Backend>::ImageView: RefUnwindSafe,
<B as Backend>::Sampler: RefUnwindSafe,
impl<'a, B> Send for Descriptor<'a, B> where
<B as Backend>::Buffer: Sync,
<B as Backend>::BufferView: Sync,
<B as Backend>::ImageView: Sync,
<B as Backend>::Sampler: Sync,
<B as Backend>::Buffer: Sync,
<B as Backend>::BufferView: Sync,
<B as Backend>::ImageView: Sync,
<B as Backend>::Sampler: Sync,
impl<'a, B> Sync for Descriptor<'a, B> where
<B as Backend>::Buffer: Sync,
<B as Backend>::BufferView: Sync,
<B as Backend>::ImageView: Sync,
<B as Backend>::Sampler: Sync,
<B as Backend>::Buffer: Sync,
<B as Backend>::BufferView: Sync,
<B as Backend>::ImageView: Sync,
<B as Backend>::Sampler: Sync,
impl<'a, B> Unpin for Descriptor<'a, B>
impl<'a, B> UnwindSafe for Descriptor<'a, B> where
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::BufferView: RefUnwindSafe,
<B as Backend>::ImageView: RefUnwindSafe,
<B as Backend>::Sampler: RefUnwindSafe,
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::BufferView: RefUnwindSafe,
<B as Backend>::ImageView: RefUnwindSafe,
<B as Backend>::Sampler: 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,
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.
fn to_owned(&self) -> T
[src]
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.
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>,