pub struct RenderingInfo { /* private fields */ }
Implementations§
Source§impl RenderingInfo
impl RenderingInfo
Sourcepub const TOTAL_OBJECTS_IN_FRAME: RenderingInfo
pub const TOTAL_OBJECTS_IN_FRAME: RenderingInfo
Godot enumerator name: RENDERING_INFO_TOTAL_OBJECTS_IN_FRAME
Sourcepub const TOTAL_PRIMITIVES_IN_FRAME: RenderingInfo
pub const TOTAL_PRIMITIVES_IN_FRAME: RenderingInfo
Godot enumerator name: RENDERING_INFO_TOTAL_PRIMITIVES_IN_FRAME
Sourcepub const TOTAL_DRAW_CALLS_IN_FRAME: RenderingInfo
pub const TOTAL_DRAW_CALLS_IN_FRAME: RenderingInfo
Godot enumerator name: RENDERING_INFO_TOTAL_DRAW_CALLS_IN_FRAME
Sourcepub const TEXTURE_MEM_USED: RenderingInfo
pub const TEXTURE_MEM_USED: RenderingInfo
Godot enumerator name: RENDERING_INFO_TEXTURE_MEM_USED
Sourcepub const BUFFER_MEM_USED: RenderingInfo
pub const BUFFER_MEM_USED: RenderingInfo
Godot enumerator name: RENDERING_INFO_BUFFER_MEM_USED
Sourcepub const VIDEO_MEM_USED: RenderingInfo
pub const VIDEO_MEM_USED: RenderingInfo
Godot enumerator name: RENDERING_INFO_VIDEO_MEM_USED
Sourcepub const PIPELINE_COMPILATIONS_CANVAS: RenderingInfo
pub const PIPELINE_COMPILATIONS_CANVAS: RenderingInfo
Godot enumerator name: RENDERING_INFO_PIPELINE_COMPILATIONS_CANVAS
Sourcepub const PIPELINE_COMPILATIONS_MESH: RenderingInfo
pub const PIPELINE_COMPILATIONS_MESH: RenderingInfo
Godot enumerator name: RENDERING_INFO_PIPELINE_COMPILATIONS_MESH
Sourcepub const PIPELINE_COMPILATIONS_SURFACE: RenderingInfo
pub const PIPELINE_COMPILATIONS_SURFACE: RenderingInfo
Godot enumerator name: RENDERING_INFO_PIPELINE_COMPILATIONS_SURFACE
Sourcepub const PIPELINE_COMPILATIONS_DRAW: RenderingInfo
pub const PIPELINE_COMPILATIONS_DRAW: RenderingInfo
Godot enumerator name: RENDERING_INFO_PIPELINE_COMPILATIONS_DRAW
Sourcepub const PIPELINE_COMPILATIONS_SPECIALIZATION: RenderingInfo
pub const PIPELINE_COMPILATIONS_SPECIALIZATION: RenderingInfo
Godot enumerator name: RENDERING_INFO_PIPELINE_COMPILATIONS_SPECIALIZATION
Trait Implementations§
Source§impl Clone for RenderingInfo
impl Clone for RenderingInfo
Source§fn clone(&self) -> RenderingInfo
fn clone(&self) -> RenderingInfo
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 moreSource§impl Debug for RenderingInfo
impl Debug for RenderingInfo
Source§impl EngineEnum for RenderingInfo
impl EngineEnum for RenderingInfo
Source§impl FromGodot for RenderingInfo
impl FromGodot for RenderingInfo
Source§fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a [
Variant
], returning Err
on failure.Source§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
⚠️ Performs the conversion from a [
Variant
]. Read moreSource§impl GodotConvert for RenderingInfo
impl GodotConvert for RenderingInfo
Source§impl Hash for RenderingInfo
impl Hash for RenderingInfo
Source§impl PartialEq for RenderingInfo
impl PartialEq for RenderingInfo
Source§impl ToGodot for RenderingInfo
impl ToGodot for RenderingInfo
impl Copy for RenderingInfo
impl Eq for RenderingInfo
impl StructuralPartialEq for RenderingInfo
Auto Trait Implementations§
impl Freeze for RenderingInfo
impl RefUnwindSafe for RenderingInfo
impl Send for RenderingInfo
impl Sync for RenderingInfo
impl Unpin for RenderingInfo
impl UnwindSafe for RenderingInfo
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