#[repr(C)]pub struct RpsRenderGraphCreateInfo__bindgen_ty_1 {
pub scheduleFlags: RpsScheduleFlags,
pub numQueues: u32,
pub pQueueInfos: *const RpsQueueFlags,
}Fields§
§scheduleFlags: RpsScheduleFlags< Flags for scheduling behavior.
numQueues: u32< Number of queues avaiblable to the render graph. If 0, RPS assumes there
pQueueInfos: *const RpsQueueFlags< Pointer to an array of
Trait Implementations§
source§impl Clone for RpsRenderGraphCreateInfo__bindgen_ty_1
impl Clone for RpsRenderGraphCreateInfo__bindgen_ty_1
source§fn clone(&self) -> RpsRenderGraphCreateInfo__bindgen_ty_1
fn clone(&self) -> RpsRenderGraphCreateInfo__bindgen_ty_1
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