http://gitunderground.i2p/archive/Ryujinx/commit/981e0c082d8b55e65b7bd9ef07c92ed761b88ab7
Specification ; namespace Spv.Generator { public partial class Module @@ -36,406 +34,406 @@ namespace Spv.Generator { return ExtInst ( resultType , AddExtInstImport ( "GLSL.std.450" ) , 1 , x ) ; } public Instruction GlslRoundEven ( Instruction resultType , Instruction x ) { return ExtInst ( resultType , AddExtInstImport ( "GLSL.std.450" ) , 2 , x ) ; } public Instruction GlslTrunc ( Instruction resultType , Instruction x ) { return ExtInst ( resultType , AddExtInstImport ( "GLSL.std.450" ) , 3 , x ) ; }...