[][src]Struct intel_genxml::gen5::VertexBufferState

pub struct VertexBufferState<A: Addr + Default> {
    pub buffer_pitch: u32,
    pub null_vertex_buffer: bool,
    pub buffer_access_type: u32,
    pub vertex_buffer_index: u32,
    pub buffer_starting_address: A,
    pub end_address: A,
    pub instance_data_step_rate: u32,
}

Fields

buffer_pitch: u32null_vertex_buffer: boolbuffer_access_type: u32vertex_buffer_index: u32buffer_starting_address: Aend_address: Ainstance_data_step_rate: u32

Methods

impl<A: Addr + Default> VertexBufferState<A>[src]

pub const DWORD_LENGTH: u32[src]

pub const INSTANCEDATA: u32[src]

pub const VERTEXDATA: u32[src]

Trait Implementations

impl<A: Addr + Default> Default for VertexBufferState<A>[src]

impl Deserialize for VertexBufferState<u64>[src]

impl<'_> From<&'_ [u32; 4]> for VertexBufferState<u64>[src]

impl<A: Addr + Default> Serialize for VertexBufferState<A>[src]

type Out = [u32; 4]

Auto Trait Implementations

impl<A> RefUnwindSafe for VertexBufferState<A> where
    A: RefUnwindSafe

impl<A> Send for VertexBufferState<A> where
    A: Send

impl<A> Sync for VertexBufferState<A> where
    A: Sync

impl<A> Unpin for VertexBufferState<A> where
    A: Unpin

impl<A> UnwindSafe for VertexBufferState<A> where
    A: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.