#[repr(C)]pub struct RpsRenderGraphCreateInfo__bindgen_ty_1 {
pub scheduleFlags: RpsScheduleFlags,
pub numQueues: u32,
pub pQueueInfos: *const RpsQueueFlags,
}Fields§
§scheduleFlags: RpsScheduleFlagsFlags for scheduling behavior.
numQueues: u32Number of queues avaiblable to the render graph. If 0, RPS assumes there
pQueueInfos: *const RpsQueueFlagsPointer to an array of RpsQueueFlags with numQueues queue
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