Struct rspirv::grammar::GlslStd450InstructionTable[][src]

pub struct GlslStd450InstructionTable;

The table for all GLSLstd450 extended instructions.

This table is staic data stored in the library.

Methods

impl GlslStd450InstructionTable
[src]

Looks up the given opcode in the instruction table and returns a reference to the instruction grammar entry if found.

Returns a reference to the instruction grammar entry with the given opcode.

Auto Trait Implementations