#[repr(C)]pub struct RenderGraph_CompiledPassInfo {
pub pass: RenderGraphPass,
pub resource_create_list: Array<List_1<i32>>,
pub resource_release_list: Array<List_1<i32>>,
pub ref_count: i32,
pub culled: bool,
pub has_side_effect: bool,
pub sync_to_pass_index: i32,
pub sync_from_pass_index: i32,
pub need_graphics_fence: bool,
pub fence: GraphicsFence,
pub enable_async_compute: bool,
}Expand description
Fields§
§pass: RenderGraphPass§resource_create_list: Array<List_1<i32>>§resource_release_list: Array<List_1<i32>>§ref_count: i32§culled: bool§has_side_effect: bool§sync_to_pass_index: i32§sync_from_pass_index: i32§need_graphics_fence: bool§fence: GraphicsFence§enable_async_compute: boolImplementations§
Source§impl RenderGraph_CompiledPassInfo
impl RenderGraph_CompiledPassInfo
Sourcepub fn get_allow_pass_culling(&mut self) -> bool
pub fn get_allow_pass_culling(&mut self) -> bool
get_allowPassCulling() overload
Sourcepub fn reset(&mut self, pass: impl Into<RenderGraphPass>)
pub fn reset(&mut self, pass: impl Into<RenderGraphPass>)
Reset(crate::unity_engine::experimental::rendering::render_graph_module::rendergraphpass::RenderGraphPass) overload
Source§impl RenderGraph_CompiledPassInfo
impl RenderGraph_CompiledPassInfo
pub fn get_allow_pass_culling_method_info() -> &'static MethodInfo
pub fn reset_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for RenderGraph_CompiledPassInfo
impl Clone for RenderGraph_CompiledPassInfo
Source§fn clone(&self) -> RenderGraph_CompiledPassInfo
fn clone(&self) -> RenderGraph_CompiledPassInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenderGraph_CompiledPassInfo
Auto Trait Implementations§
impl Freeze for RenderGraph_CompiledPassInfo
impl RefUnwindSafe for RenderGraph_CompiledPassInfo
impl !Send for RenderGraph_CompiledPassInfo
impl !Sync for RenderGraph_CompiledPassInfo
impl Unpin for RenderGraph_CompiledPassInfo
impl UnwindSafe for RenderGraph_CompiledPassInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)