#[repr(C)]pub struct tm_fullscreen_pass_setup_t {
pub output_pass: bool,
pub type_: u8,
pub _padding_112: [c_char; 2],
pub group_count: [u32; 3],
pub input_slots: [tm_fullscreen_pass_input_slot_resources_t; 4],
pub color_targets: [tm_pass_render_target_t; 8],
pub depth_stencil_target: tm_pass_render_target_t,
pub buffer_writes: [tm_pass_buffer_write_t; 8],
pub shader: u64,
}Fields§
§output_pass: bool§type_: u8§_padding_112: [c_char; 2]§group_count: [u32; 3]§input_slots: [tm_fullscreen_pass_input_slot_resources_t; 4]§color_targets: [tm_pass_render_target_t; 8]§depth_stencil_target: tm_pass_render_target_t§buffer_writes: [tm_pass_buffer_write_t; 8]§shader: u64Trait Implementations§
Source§impl Clone for tm_fullscreen_pass_setup_t
impl Clone for tm_fullscreen_pass_setup_t
Source§fn clone(&self) -> tm_fullscreen_pass_setup_t
fn clone(&self) -> tm_fullscreen_pass_setup_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_fullscreen_pass_setup_t
Auto Trait Implementations§
impl Freeze for tm_fullscreen_pass_setup_t
impl RefUnwindSafe for tm_fullscreen_pass_setup_t
impl !Send for tm_fullscreen_pass_setup_t
impl !Sync for tm_fullscreen_pass_setup_t
impl Unpin for tm_fullscreen_pass_setup_t
impl UnsafeUnpin for tm_fullscreen_pass_setup_t
impl UnwindSafe for tm_fullscreen_pass_setup_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