Struct machinery_api::plugins::creation_graph::CreationGraphContextT[][src]

#[repr(C)]
pub struct CreationGraphContextT {
Show 17 fields pub rb: *mut RendererBackendI, pub device_affinity_mask: u32, pub default_instance: bool, pub _padding_258: [c_char; 3], pub ta: *mut TempAllocatorI, pub requested_tasks: *mut *mut CreationGraphTaskT, pub res_buf: [*mut RendererResourceCommandBufferO; 2], pub cmd_buf: *mut RendererCommandBufferO, pub event_context: *mut c_void, pub entity_id: u64, pub entity_ctx: *mut EntityContextO, pub force_build_node: TtIdT, pub force_build_cache_tag: StrhashT, pub shader_repository: *mut ShaderRepositoryO, pub event_id: StrhashT, pub tt: *mut TheTruthO, pub shader_context: *mut ShaderSystemContextO,
}

Fields

rb: *mut RendererBackendIdevice_affinity_mask: u32default_instance: bool_padding_258: [c_char; 3]ta: *mut TempAllocatorIrequested_tasks: *mut *mut CreationGraphTaskTres_buf: [*mut RendererResourceCommandBufferO; 2]cmd_buf: *mut RendererCommandBufferOevent_context: *mut c_voidentity_id: u64entity_ctx: *mut EntityContextOforce_build_node: TtIdTforce_build_cache_tag: StrhashTshader_repository: *mut ShaderRepositoryOevent_id: StrhashTtt: *mut TheTruthOshader_context: *mut ShaderSystemContextO

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.