#[repr(C)]pub struct RpsRenderGraphCreateInfo__bindgen_ty_2 {
pub numHeaps: u32,
pub heapBudgetMiBs: *const u32,
}Fields§
§numHeaps: u32Number of memory heaps available to the render graph.
heapBudgetMiBs: *const u32Pointer to an array of [uint32_t] numHeaps memory sizes as
Trait Implementations§
source§impl Clone for RpsRenderGraphCreateInfo__bindgen_ty_2
impl Clone for RpsRenderGraphCreateInfo__bindgen_ty_2
source§fn clone(&self) -> RpsRenderGraphCreateInfo__bindgen_ty_2
fn clone(&self) -> RpsRenderGraphCreateInfo__bindgen_ty_2
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