[][src]Struct tm_rs::ffi::tm_render_graph_toolbox_api

#[repr(C)]pub struct tm_render_graph_toolbox_api {
    pub fullscreen_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, *mut tm_fullscreen_pass_setup_t, *const i8)>,
    pub custom_fullscreen_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, Option<unsafe extern "C" fn(*const c_void, *mut c_void, *mut tm_render_graph_setup_o)>, *const c_void, u32, *const i8)>,
    pub material_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, *mut tm_material_pass_setup_t, *const i8)>,
    pub debug_visualization_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, *mut tm_debug_visualization_pass_setup_t, *const i8)>,
    pub setup_render_target_writes: Option<unsafe extern "C" fn(*const tm_pass_render_target_t, *const tm_pass_render_target_t, *const tm_pass_buffer_write_t, *mut tm_render_graph_setup_o)>,
    pub setup_render_target_descs: Option<unsafe extern "C" fn(*mut tm_pass_render_target_t, *mut tm_pass_render_target_t)>,
    pub setup_fullscreen_pass: Option<unsafe extern "C" fn(*mut tm_fullscreen_pass_setup_t, *mut c_void, *mut tm_render_graph_setup_o)>,
    pub image_desc: Option<unsafe extern "C" fn(*mut tm_render_graph_setup_o, u64) -> *const tm_renderer_image_buffer_t>,
}

Fields

fullscreen_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, *mut tm_fullscreen_pass_setup_t, *const i8)>custom_fullscreen_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, Option<unsafe extern "C" fn(*const c_void, *mut c_void, *mut tm_render_graph_setup_o)>, *const c_void, u32, *const i8)>material_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, *mut tm_material_pass_setup_t, *const i8)>debug_visualization_pass: Option<unsafe extern "C" fn(*mut tm_render_graph_module_o, *mut tm_debug_visualization_pass_setup_t, *const i8)>setup_render_target_writes: Option<unsafe extern "C" fn(*const tm_pass_render_target_t, *const tm_pass_render_target_t, *const tm_pass_buffer_write_t, *mut tm_render_graph_setup_o)>setup_render_target_descs: Option<unsafe extern "C" fn(*mut tm_pass_render_target_t, *mut tm_pass_render_target_t)>setup_fullscreen_pass: Option<unsafe extern "C" fn(*mut tm_fullscreen_pass_setup_t, *mut c_void, *mut tm_render_graph_setup_o)>image_desc: Option<unsafe extern "C" fn(*mut tm_render_graph_setup_o, u64) -> *const tm_renderer_image_buffer_t>

Trait Implementations

impl Clone for tm_render_graph_toolbox_api[src]

impl Copy for tm_render_graph_toolbox_api[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.