Struct erupt::vk1_0::CommandBufferInheritanceInfoBuilder[][src]

#[repr(transparent)]pub struct CommandBufferInheritanceInfoBuilder<'a>(_, _);

Implementations

impl<'a> CommandBufferInheritanceInfoBuilder<'a>[src]

pub fn new() -> CommandBufferInheritanceInfoBuilder<'a>[src]

pub fn render_pass(self, render_pass: RenderPass) -> Self[src]

pub fn subpass(self, subpass: u32) -> Self[src]

pub fn framebuffer(self, framebuffer: Framebuffer) -> Self[src]

pub fn occlusion_query_enable(self, occlusion_query_enable: bool) -> Self[src]

pub fn query_flags(self, query_flags: QueryControlFlags) -> Self[src]

pub fn pipeline_statistics(
    self,
    pipeline_statistics: QueryPipelineStatisticFlags
) -> Self
[src]

pub fn build(self) -> CommandBufferInheritanceInfo[src]

Discards all lifetime information. Use the Deref and DerefMut implementations if possible.

Methods from Deref<Target = CommandBufferInheritanceInfo>

Trait Implementations

impl<'a> Clone for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> Copy for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> Debug for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> Default for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> Deref for CommandBufferInheritanceInfoBuilder<'a>[src]

type Target = CommandBufferInheritanceInfo

The resulting type after dereferencing.

impl<'a> DerefMut for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, CommandBufferInheritanceConditionalRenderingInfoEXT> for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, CommandBufferInheritanceConditionalRenderingInfoEXTBuilder<'_>> for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, CommandBufferInheritanceRenderPassTransformInfoQCOM> for CommandBufferInheritanceInfoBuilder<'a>[src]

impl<'a> ExtendableFrom<'a, CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder<'_>> for CommandBufferInheritanceInfoBuilder<'a>[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.