[−][src]Struct ash::vk::PipelineColorBlendAttachmentStateBuilder
Methods
impl<'a> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
pub fn blend_enable(
self,
blend_enable: bool
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
blend_enable: bool
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn src_color_blend_factor(
self,
src_color_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
src_color_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn dst_color_blend_factor(
self,
dst_color_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
dst_color_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn color_blend_op(
self,
color_blend_op: BlendOp
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
color_blend_op: BlendOp
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn src_alpha_blend_factor(
self,
src_alpha_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
src_alpha_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn dst_alpha_blend_factor(
self,
dst_alpha_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
dst_alpha_blend_factor: BlendFactor
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn alpha_blend_op(
self,
alpha_blend_op: BlendOp
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
alpha_blend_op: BlendOp
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn color_write_mask(
self,
color_write_mask: ColorComponentFlags
) -> PipelineColorBlendAttachmentStateBuilder<'a>
[src]
self,
color_write_mask: ColorComponentFlags
) -> PipelineColorBlendAttachmentStateBuilder<'a>
pub fn build(self) -> PipelineColorBlendAttachmentState
[src]
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Methods from Deref<Target = PipelineColorBlendAttachmentState>
Trait Implementations
impl<'a> Deref for PipelineColorBlendAttachmentStateBuilder<'a>
[src]
type Target = PipelineColorBlendAttachmentState
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl<'a> DerefMut for PipelineColorBlendAttachmentStateBuilder<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for PipelineColorBlendAttachmentStateBuilder<'a>
impl<'a> Send for PipelineColorBlendAttachmentStateBuilder<'a>
impl<'a> Sync for PipelineColorBlendAttachmentStateBuilder<'a>
impl<'a> Unpin for PipelineColorBlendAttachmentStateBuilder<'a>
impl<'a> UnwindSafe for PipelineColorBlendAttachmentStateBuilder<'a>
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, 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>,