Maven module :un.code : code-spir :
Class : un.impl.code.spir.model.Module
Extends/Implements : -
Subclasses : -

SPIR Module.
Similar to a opengl shader program or opencl kernel.
author  Johann Sorel


Variables : version, generator, bound, schema, instructions
Functions : -



SPIR-V version :
public int version


Value associated with a compiler.
Metadata information which has no impact on the code.
Can be 0 even if such value is discouraged.
public int generator


Maximum number used for an id.
public int bound


Reserved for instruction schema.
public int schema


Sequence of instructions
public Sequence instructions