Struct vulkanalia::vk::IndirectCommandsLayoutTokenNVBuilder[][src]

#[repr(transparent)]pub struct IndirectCommandsLayoutTokenNVBuilder<'b> { /* fields omitted */ }

Implementations

impl<'b> IndirectCommandsLayoutTokenNVBuilder<'b>[src]

pub fn token_type(self, token_type: IndirectCommandsTokenTypeNV) -> Self[src]

pub fn stream(self, stream: u32) -> Self[src]

pub fn offset(self, offset: u32) -> Self[src]

pub fn vertex_binding_unit(self, vertex_binding_unit: u32) -> Self[src]

pub fn vertex_dynamic_stride(self, vertex_dynamic_stride: bool) -> Self[src]

pub fn pushconstant_pipeline_layout(
    self,
    pushconstant_pipeline_layout: PipelineLayout
) -> Self
[src]

pub fn pushconstant_shader_stage_flags(
    self,
    pushconstant_shader_stage_flags: ShaderStageFlags
) -> Self
[src]

pub fn pushconstant_offset(self, pushconstant_offset: u32) -> Self[src]

pub fn pushconstant_size(self, pushconstant_size: u32) -> Self[src]

pub fn indirect_state_flags(
    self,
    indirect_state_flags: IndirectStateFlagsNV
) -> Self
[src]

pub fn index_types(self, index_types: &'b [IndexType]) -> Self[src]

pub fn index_type_values(self, index_type_values: &'b [u32]) -> Self[src]

pub fn build(self) -> IndirectCommandsLayoutTokenNV[src]

Trait Implementations

impl<'b> Cast for IndirectCommandsLayoutTokenNVBuilder<'b>[src]

type Target = IndirectCommandsLayoutTokenNV

The other type this type type can be used interchangeably with in FFI.

impl<'b> Clone for IndirectCommandsLayoutTokenNVBuilder<'b>[src]

impl<'b> Copy for IndirectCommandsLayoutTokenNVBuilder<'b>[src]

impl<'b> Debug for IndirectCommandsLayoutTokenNVBuilder<'b>[src]

impl<'b> Default for IndirectCommandsLayoutTokenNVBuilder<'b>[src]

impl<'b> Deref for IndirectCommandsLayoutTokenNVBuilder<'b>[src]

type Target = IndirectCommandsLayoutTokenNV

The resulting type after dereferencing.

impl<'b> DerefMut for IndirectCommandsLayoutTokenNVBuilder<'b>[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.