[−][src]Struct tm_sys::ffi::tm_render_graph_setup_api
Fields
external_resource: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, name: u64) -> tm_render_graph_handle_t>image_desc: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, handle: tm_render_graph_handle_t) -> *const tm_renderer_image_buffer_t>buffer_desc: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, handle: tm_render_graph_handle_t) -> *const tm_renderer_buffer_t>shader_repository: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o) -> *mut tm_shader_repository_o>create_gpu_images: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, image_descs: *const tm_renderer_image_buffer_t, num_images: u32, handles: *mut tm_render_graph_handle_t)>create_gpu_buffers: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, buffer_descs: *const tm_renderer_buffer_t, num_buffers: u32, handles: *mut tm_render_graph_handle_t)>read_gpu_resource: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, handle: tm_render_graph_handle_t, wanted_resource_state: u32)>write_gpu_resource: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, handle: tm_render_graph_handle_t, write_bind_flags: u32, wanted_resource_state: u32, load_op: u32, bind_slot: u32, blackboard_key: u64)>set_active: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, state: bool)>set_output: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, state: bool)>set_request_async_compute: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, state: bool)>set_request_multi_gpu: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, device_affinity_mask: u32)>expose_as_material_layer: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, layer_name: u64)>write_blackboard: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, key: u64, value: tm_render_graph_blackboard_value)>read_blackboard: Option<unsafe extern "C" fn(graph_setup: *mut tm_render_graph_setup_o, key: u64, value: *mut tm_render_graph_blackboard_value) -> bool>Trait Implementations
impl Clone for tm_render_graph_setup_api[src]
pub fn clone(&self) -> tm_render_graph_setup_api[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_render_graph_setup_api[src]
impl Debug for tm_render_graph_setup_api[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_render_graph_setup_api
impl Send for tm_render_graph_setup_api
impl Sync for tm_render_graph_setup_api
impl Unpin for tm_render_graph_setup_api
impl UnwindSafe for tm_render_graph_setup_api
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,