[−][src]Struct intel_genxml::gen10::SamplerState
Fields
anisotropic_algorithm: u32texture_lod_bias: f32min_mode_filter: u32mag_mode_filter: u32mip_mode_filter: u32coarse_lod_quality_mode: u32lod_preclamp_mode: u32texture_border_color_mode: u32sampler_disable: boolcube_surface_control_mode: u32shadow_function: u32chromakey_mode: u32chromakey_index: u32chromakey_enable: boolmax_lod: f32min_lod: f32lod_clamp_magnification_mode: u32force_gather4_behavior: boolborder_color_pointer: u64tcz_address_control_mode: TextureCoordinateModetcy_address_control_mode: TextureCoordinateModetcx_address_control_mode: TextureCoordinateModereduction_type_enable: boolnon_normalized_coordinate_enable: booltrilinear_filter_quality: u32r_address_min_filter_rounding_enable: boolr_address_mag_filter_rounding_enable: boolv_address_min_filter_rounding_enable: boolv_address_mag_filter_rounding_enable: boolu_address_min_filter_rounding_enable: boolu_address_mag_filter_rounding_enable: boolmaximum_anisotropy: u32reduction_type: u32Methods
impl SamplerState[src]
pub const DWORD_LENGTH: u32[src]
pub const ANISOTROPIC: u32[src]
pub const COMPARISON: u32[src]
pub const DX10_OGL: u32[src]
pub const DX9: u32[src]
pub const EWA_APPROXIMATION: u32[src]
pub const FULL: u32[src]
pub const HIGH: u32[src]
pub const KEYFILTER_KILL_ON_ANY_MATCH: u32[src]
pub const KEYFILTER_REPLACE_BLACK: u32[src]
pub const LEGACY: u32[src]
pub const LOW: u32[src]
pub const MAXIMUM: u32[src]
pub const MED: u32[src]
pub const MINIMUM: u32[src]
pub const MIPFILTER: u32[src]
pub const MIPNONE: u32[src]
pub const MONO: u32[src]
pub const NONE: u32[src]
pub const OGL: u32[src]
pub const OVERRIDE: u32[src]
pub const PREFILTEROP_ALWAYS: u32[src]
pub const PREFILTEROP_EQUAL: u32[src]
pub const PREFILTEROP_GEQUAL: u32[src]
pub const PREFILTEROP_GREATER: u32[src]
pub const PREFILTEROP_LEQUAL: u32[src]
pub const PREFILTEROP_LESS: u32[src]
pub const PREFILTEROP_NEVER: u32[src]
pub const PREFILTEROP_NOTEQUAL: u32[src]
pub const PROGRAMMED: u32[src]
pub const RATIO_10_1: u32[src]
pub const RATIO_12_1: u32[src]
pub const RATIO_14_1: u32[src]
pub const RATIO_16_1: u32[src]
pub const RATIO_2_1: u32[src]
pub const RATIO_4_1: u32[src]
pub const RATIO_6_1: u32[src]
pub const RATIO_8_1: u32[src]
pub const STD_FILTER: u32[src]
Trait Implementations
impl Default for SamplerState[src]
impl Deserialize for SamplerState[src]
impl<'_> From<&'_ [u32; 4]> for SamplerState[src]
impl Serialize for SamplerState[src]
Auto Trait Implementations
impl RefUnwindSafe for SamplerState
impl Send for SamplerState
impl Sync for SamplerState
impl Unpin for SamplerState
impl UnwindSafe for SamplerState
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>,