#[repr(C)]pub struct tm_render_graph_execute_api {
pub default_command_buffer: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> *mut tm_renderer_command_buffer_o>,
pub default_resource_command_buffer: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> *mut tm_renderer_resource_command_buffer_o>,
pub shader_context: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> *const tm_shader_system_context_o>,
pub device_affinity_mask: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> u32>,
pub backend_handle: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, tm_render_graph_handle_t) -> u32>,
pub run_sub_module: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, u64, u64, *mut tm_renderer_command_buffer_o)>,
pub read_blackboard: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, u64, *mut tm_render_graph_blackboard_value) -> bool>,
pub append_viewers: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, *const tm_render_graph_viewer_t, u32)>,
}Fields§
§default_command_buffer: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> *mut tm_renderer_command_buffer_o>§default_resource_command_buffer: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> *mut tm_renderer_resource_command_buffer_o>§shader_context: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> *const tm_shader_system_context_o>§device_affinity_mask: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o) -> u32>§backend_handle: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, tm_render_graph_handle_t) -> u32>§run_sub_module: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, u64, u64, *mut tm_renderer_command_buffer_o)>§read_blackboard: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, u64, *mut tm_render_graph_blackboard_value) -> bool>§append_viewers: Option<unsafe extern "C" fn(*mut tm_render_graph_execute_o, *const tm_render_graph_viewer_t, u32)>Trait Implementations§
Source§impl Clone for tm_render_graph_execute_api
impl Clone for tm_render_graph_execute_api
Source§fn clone(&self) -> tm_render_graph_execute_api
fn clone(&self) -> tm_render_graph_execute_api
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_graph_execute_api
Auto Trait Implementations§
impl Freeze for tm_render_graph_execute_api
impl RefUnwindSafe for tm_render_graph_execute_api
impl Send for tm_render_graph_execute_api
impl Sync for tm_render_graph_execute_api
impl Unpin for tm_render_graph_execute_api
impl UnwindSafe for tm_render_graph_execute_api
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