Struct spirv::OpFunctionCall [] [src]

pub struct OpFunctionCall {
    pub result_type: Id,
    pub result: Id,
    pub function: Id,
    pub arguments: [Id; 1],
}

Fields

Trait Implementations

impl Debug for OpFunctionCall
[src]

Formats the value using the given formatter.