#[repr(C)]pub struct tm_ci_shader_data_gather_callback_args_t {Show 13 fields
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: [c_char; 4],
}Fields§
§allocator: *mut tm_allocator_i§shader_component_names: [u64; 15]§shader_interfaces: [*mut tm_ci_shader_i; 15]§num_shader_components: u32§shader_component_data_strides: [u32; 15]§component_managers: [*mut tm_component_manager_o; 15]§entity_transforms: *mut tm_transform_component_t§entities: *mut tm_entity_t§component_data: [*mut *mut c_void; 15]§entity_indices: [*mut u32; 15]§num_shader_data_per_component: [u32; 15]§_padding_56: [c_char; 4]Trait Implementations§
Source§impl Clone for tm_ci_shader_data_gather_callback_args_t
impl Clone for tm_ci_shader_data_gather_callback_args_t
Source§fn clone(&self) -> tm_ci_shader_data_gather_callback_args_t
fn clone(&self) -> tm_ci_shader_data_gather_callback_args_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tm_ci_shader_data_gather_callback_args_t
Auto Trait Implementations§
impl Freeze for tm_ci_shader_data_gather_callback_args_t
impl RefUnwindSafe for tm_ci_shader_data_gather_callback_args_t
impl !Send for tm_ci_shader_data_gather_callback_args_t
impl !Sync for tm_ci_shader_data_gather_callback_args_t
impl Unpin for tm_ci_shader_data_gather_callback_args_t
impl UnsafeUnpin for tm_ci_shader_data_gather_callback_args_t
impl UnwindSafe for tm_ci_shader_data_gather_callback_args_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more