#[repr(C)]pub struct tm_render_args_t {
pub camera_tm: tm_transform_t,
pub context: *mut tm_render_context_o,
pub render_backend: *mut tm_renderer_backend_i,
pub shader_repository: *mut tm_shader_repository_o,
pub device_affinity_mask: u32,
pub _padding_61: [i8; 4],
pub default_resource_buffer: *mut tm_renderer_resource_command_buffer_o,
pub default_command_buffer: *mut tm_renderer_command_buffer_o,
pub render_graph: *mut tm_render_graph_o,
pub render_pipeline: *mut tm_render_pipeline_i,
pub shader_context: *const tm_shader_system_context_o,
}Fields§
§camera_tm: tm_transform_t§context: *mut tm_render_context_o§render_backend: *mut tm_renderer_backend_i§shader_repository: *mut tm_shader_repository_o§device_affinity_mask: u32§_padding_61: [i8; 4]§default_resource_buffer: *mut tm_renderer_resource_command_buffer_o§default_command_buffer: *mut tm_renderer_command_buffer_o§render_graph: *mut tm_render_graph_o§render_pipeline: *mut tm_render_pipeline_i§shader_context: *const tm_shader_system_context_oTrait Implementations§
Source§impl Clone for tm_render_args_t
impl Clone for tm_render_args_t
Source§fn clone(&self) -> tm_render_args_t
fn clone(&self) -> tm_render_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_render_args_t
Auto Trait Implementations§
impl Freeze for tm_render_args_t
impl RefUnwindSafe for tm_render_args_t
impl !Send for tm_render_args_t
impl !Sync for tm_render_args_t
impl Unpin for tm_render_args_t
impl UnwindSafe for tm_render_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