Struct spirv::OpBuildNDRange [] [src]

pub struct OpBuildNDRange {
    pub result_type: Id,
    pub result: Id,
    pub global_work_size: Id,
    pub local_work_size: Id,
    pub global_work_offset: Id,
}

Fields

Trait Implementations

impl Debug for OpBuildNDRange
[src]

Formats the value using the given formatter.