Struct spirv::OpEnqueueKernel [] [src]

pub struct OpEnqueueKernel {
    pub result_type: Id,
    pub result: Id,
    pub q: Id,
    pub flags: KernelEnqueueFlags,
    pub nd_range: Id,
    pub num__events: Id,
    pub wait__events: Id,
    pub ret__events: Id,
    pub invoke: Id,
    pub param: Id,
    pub param_size: Id,
    pub param_align: Id,
    pub local_size: [Id; 1],
}

Fields

Trait Implementations

impl Debug for OpEnqueueKernel
[src]

Formats the value using the given formatter.