[−][src]Struct intel_genxml::gen4::ColorCalcState
Fields
backface_stencil_pass_depth_pass_op: _3dStencilOperationbackface_stencil_pass_depth_fail_op: _3dStencilOperationbackface_stencil_fail_op: _3dStencilOperationbackface_stencil_test_function: _3dCompareFunctiondouble_sided_stencil_enable: boolstencil_buffer_write_enable: boolstencil_pass_depth_pass_op: _3dStencilOperationstencil_pass_depth_fail_op: _3dStencilOperationstencil_fail_op: _3dStencilOperationstencil_test_function: _3dCompareFunctionstencil_test_enable: boolbackface_stencil_reference_value: u32stencil_write_mask: u32stencil_test_mask: u32stencil_reference_value: u32logic_op_enable: booldepth_buffer_write_enable: booldepth_test_function: _3dCompareFunctiondepth_test_enable: boolbackface_stencil_write_mask: u32backface_stencil_test_mask: u32alpha_test_function: _3dCompareFunctionalpha_test_enable: boolcolor_buffer_blend_enable: boolindependent_alpha_blend_enable: boolalpha_test_format: u32cc_viewport_state_pointer: Adestination_alpha_blend_factor: _3dColorBufferBlendFactorsource_alpha_blend_factor: _3dColorBufferBlendFactoralpha_blend_function: _3dColorBufferBlendFunctionstatistics_enable: boollogic_op_function: _3dLogicOpFunctionround_disable_function_disable: boolcolor_dither_enable: boolpost_blend_color_clamp_enable: boolpre_blend_color_clamp_enable: boolcolor_clamp_range: u32y_dither_offset: u32x_dither_offset: u32destination_blend_factor: _3dColorBufferBlendFactorsource_blend_factor: _3dColorBufferBlendFactorcolor_blend_function: _3dColorBufferBlendFunctionalpha_reference_value_as_unorm8: u32alpha_reference_value_as_float32: f32Methods
impl<A: Addr + Default> ColorCalcState<A>[src]
pub const DWORD_LENGTH: u32[src]
pub const ALPHATEST_FLOAT32: u32[src]
pub const ALPHATEST_UNORM8: u32[src]
pub const COLORCLAMP_RTFORMAT: u32[src]
pub const COLORCLAMP_SNORM: u32[src]
pub const COLORCLAMP_UNORM: u32[src]
Trait Implementations
impl<A: Addr + Default> Default for ColorCalcState<A>[src]
impl Deserialize for ColorCalcState<u64>[src]
impl<'_> From<&'_ [u32; 8]> for ColorCalcState<u64>[src]
impl<A: Addr + Default> Serialize for ColorCalcState<A>[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for ColorCalcState<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for ColorCalcState<A> where
A: Send,
A: Send,
impl<A> Sync for ColorCalcState<A> where
A: Sync,
A: Sync,
impl<A> Unpin for ColorCalcState<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for ColorCalcState<A> where
A: UnwindSafe,
A: UnwindSafe,
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>,