[−][src]Struct intel_genxml::gen7::BlendStateEntry
Fields
destination_blend_factor: _3dColorBufferBlendFactor
source_blend_factor: _3dColorBufferBlendFactor
color_blend_function: _3dColorBufferBlendFunction
destination_alpha_blend_factor: _3dColorBufferBlendFactor
source_alpha_blend_factor: _3dColorBufferBlendFactor
alpha_blend_function: _3dColorBufferBlendFunction
independent_alpha_blend_enable: bool
color_buffer_blend_enable: bool
post_blend_color_clamp_enable: bool
pre_blend_color_clamp_enable: bool
color_clamp_range: u32
y_dither_offset: u32
x_dither_offset: u32
color_dither_enable: bool
alpha_test_function: _3dCompareFunction
alpha_test_enable: bool
logic_op_function: _3dLogicOpFunction
logic_op_enable: bool
write_disable_blue: bool
write_disable_green: bool
write_disable_red: bool
write_disable_alpha: bool
alphatocoverage_dither_enable: bool
alphatoone_enable: bool
alphatocoverage_enable: bool
Methods
impl BlendStateEntry
[src]
pub const DWORD_LENGTH: u32
[src]
pub const COLORCLAMP_RTFORMAT: u32
[src]
pub const COLORCLAMP_SNORM: u32
[src]
pub const COLORCLAMP_UNORM: u32
[src]
Trait Implementations
impl Default for BlendStateEntry
[src]
impl Deserialize for BlendStateEntry
[src]
impl<'_> From<&'_ [u32; 2]> for BlendStateEntry
[src]
impl Serialize for BlendStateEntry
[src]
Auto Trait Implementations
impl RefUnwindSafe for BlendStateEntry
impl Send for BlendStateEntry
impl Sync for BlendStateEntry
impl Unpin for BlendStateEntry
impl UnwindSafe for BlendStateEntry
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>,