[−][src]Struct intel_genxml::gen11::VertexElementState
Fields
source_element_offset: u32
edge_flag_enable: bool
source_element_format: u32
valid: bool
vertex_buffer_index: u32
component_3_control: _3dVertexComponentControl
component_2_control: _3dVertexComponentControl
component_1_control: _3dVertexComponentControl
component_0_control: _3dVertexComponentControl
Methods
impl VertexElementState
[src]
pub const DWORD_LENGTH: u32
[src]
Trait Implementations
impl Default for VertexElementState
[src][+]
impl Deserialize for VertexElementState
[src][+]
impl<'_> From<&'_ [u32; 2]> for VertexElementState
[src][+]
impl Serialize for VertexElementState
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for VertexElementState
impl Send for VertexElementState
impl Sync for VertexElementState
impl Unpin for VertexElementState
impl UnwindSafe for VertexElementState
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,