#[repr(C)]pub struct URPProfileId {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl URPProfileId
impl URPProfileId
pub fn universal_render_total() -> Self
pub fn update_volume_framework() -> Self
pub fn render_camera_stack() -> Self
pub fn additional_lights_shadow() -> Self
pub fn color_grading_lut() -> Self
pub fn copy_color() -> Self
pub fn copy_depth() -> Self
pub fn depth_normal_prepass() -> Self
pub fn depth_prepass() -> Self
pub fn draw_opaque_objects() -> Self
pub fn draw_transparent_objects() -> Self
pub fn main_light_shadow() -> Self
pub fn resolve_shadows() -> Self
pub fn ssao() -> Self
pub fn stop_na_ns() -> Self
pub fn smaa() -> Self
pub fn gaussian_depth_of_field() -> Self
pub fn bokeh_depth_of_field() -> Self
pub fn motion_blur() -> Self
pub fn panini_projection() -> Self
pub fn uber_post_process() -> Self
pub fn bloom() -> Self
pub fn final_blit() -> Self
pub fn custom_filter() -> Self
pub fn custom_heat_haze() -> Self
pub fn custom_radial_blur() -> Self
pub fn custom_system_blur() -> Self
Trait Implementations§
Source§impl ClassIdentity for URPProfileId
impl ClassIdentity for URPProfileId
Source§impl Clone for URPProfileId
impl Clone for URPProfileId
Source§fn clone(&self) -> URPProfileId
fn clone(&self) -> URPProfileId
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 moreSource§impl Debug for URPProfileId
impl Debug for URPProfileId
Source§impl PartialEq for URPProfileId
impl PartialEq for URPProfileId
impl Copy for URPProfileId
impl Eq for URPProfileId
impl StructuralPartialEq for URPProfileId
Auto Trait Implementations§
impl Freeze for URPProfileId
impl RefUnwindSafe for URPProfileId
impl Send for URPProfileId
impl Sync for URPProfileId
impl Unpin for URPProfileId
impl UnwindSafe for URPProfileId
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)