[][src]Struct tm_rs::ffi::tm_ci_shader_data_gather_callback_args_t

#[repr(C)]pub struct tm_ci_shader_data_gather_callback_args_t {
    pub allocator: *mut tm_allocator_i,
    pub hidden_entities_lookup: *const tm_set_entity_t,
    pub shader_component_names: [u64; 15],
    pub shader_interfaces: [*mut tm_ci_shader_i; 15],
    pub num_shader_components: u32,
    pub shader_component_data_strides: [u32; 15],
    pub component_managers: [*mut tm_component_manager_o; 15],
    pub entity_transforms: *mut tm_transform_component_t,
    pub entities: *mut tm_entity_t,
    pub component_data: [*mut *mut c_void; 15],
    pub entity_indices: [*mut u32; 15],
    pub num_shader_data_per_component: [u32; 15],
    pub _padding_56: [i8; 4],
}

Fields

allocator: *mut tm_allocator_ihidden_entities_lookup: *const tm_set_entity_tshader_component_names: [u64; 15]shader_interfaces: [*mut tm_ci_shader_i; 15]num_shader_components: u32shader_component_data_strides: [u32; 15]component_managers: [*mut tm_component_manager_o; 15]entity_transforms: *mut tm_transform_component_tentities: *mut tm_entity_tcomponent_data: [*mut *mut c_void; 15]entity_indices: [*mut u32; 15]num_shader_data_per_component: [u32; 15]_padding_56: [i8; 4]

Trait Implementations

impl Clone for tm_ci_shader_data_gather_callback_args_t[src]

impl Copy for tm_ci_shader_data_gather_callback_args_t[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Any for T where
    T: Any
[src]

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

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

impl<T> CloneAny for T where
    T: Clone + Any
[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.