pub struct LightingPassManager { /* private fields */ }Expand description
Manages the differed lighting passes.
Implementations
pub fn new<R>(gfx_queue: Arc<Queue>, subpass: Subpass<R>) -> LightingPassManager where
R: RenderPassAbstract + Send + Sync + Clone + 'static,
pub fn new<R>(gfx_queue: Arc<Queue>, subpass: Subpass<R>) -> LightingPassManager where
R: RenderPassAbstract + Send + Sync + Clone + 'static,
Creates a LightingPassManager.
Builds a secondary command buffer that draws the triangle on the current subpass.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LightingPassManager
impl Send for LightingPassManager
impl Sync for LightingPassManager
impl Unpin for LightingPassManager
impl !UnwindSafe for LightingPassManager
Blanket Implementations
Mutably borrows from an owned value. Read more
Builds a pointer to this type from a raw pointer.
Returns true if the size is suitable to store a type like this.
Returns the size of an individual element.