[−][src]Struct rendy_graph::GraphContext
Graphics context contains all transient resources managed by graph.
Fields
frames_in_flight: u32
Number of potential frames in flight
Methods
impl<B: Backend> GraphContext<B>
[src]
pub fn get_image(&self, id: ImageId) -> Option<&Handle<Image<B>>>
[src]
Get reference to transient image by id.
pub fn get_image_with_clear(
&self,
id: ImageId
) -> Option<(&Handle<Image<B>>, Option<ClearValue>)>
[src]
&self,
id: ImageId
) -> Option<(&Handle<Image<B>>, Option<ClearValue>)>
Get reference to transient image and clear value by id.
pub fn get_buffer(&self, id: BufferId) -> Option<&Handle<Buffer<B>>>
[src]
Get reference to transient buffer by id.
Trait Implementations
impl<B: Debug + Backend> Debug for GraphContext<B>
[src]
Auto Trait Implementations
impl<B> Send for GraphContext<B> where
<B as Backend>::Buffer: Send + Sync,
<B as Backend>::Image: Send + Sync,
<B as Backend>::Buffer: Send + Sync,
<B as Backend>::Image: Send + Sync,
impl<B> Sync for GraphContext<B> where
<B as Backend>::Buffer: Send + Sync,
<B as Backend>::Image: Send + Sync,
<B as Backend>::Buffer: Send + Sync,
<B as Backend>::Image: Send + Sync,
impl<B> Unpin for GraphContext<B>
impl<B> UnwindSafe for GraphContext<B> where
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
impl<B> RefUnwindSafe for GraphContext<B> where
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::Image: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,