Struct rps_sys::RpsRenderGraphDiagnosticInfo
source · #[repr(C)]pub struct RpsRenderGraphDiagnosticInfo {
pub numResourceInfos: u32,
pub numCommandInfos: u32,
pub numHeapInfos: u32,
pub pResourceDiagInfos: *const RpsResourceDiagnosticInfo,
pub pCmdDiagInfos: *const RpsCmdDiagnosticInfo,
pub pHeapDiagInfos: *const RpsHeapDiagnosticInfo,
}Expand description
@brief Diagnostic information for parts of a render graph.
Fields§
§numResourceInfos: u32< Number of resource infos.
numCommandInfos: u32< Number of command infos.
numHeapInfos: u32< Number of heap infos.
pResourceDiagInfos: *const RpsResourceDiagnosticInfoPointer to an array of
pCmdDiagInfos: *const RpsCmdDiagnosticInfoPointer to an array of
pHeapDiagInfos: *const RpsHeapDiagnosticInfoPointer to an array of
Trait Implementations§
source§impl Clone for RpsRenderGraphDiagnosticInfo
impl Clone for RpsRenderGraphDiagnosticInfo
source§fn clone(&self) -> RpsRenderGraphDiagnosticInfo
fn clone(&self) -> RpsRenderGraphDiagnosticInfo
Returns a copy 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 more