diff --git a/src/sirit.cpp b/src/sirit.cpp index be0b7fb..ed66b76 100644 --- a/src/sirit.cpp +++ b/src/sirit.cpp @@ -127,6 +127,7 @@ void Module::AddAnnotation(std::unique_ptr op) { Id Module::GetGLSLstd450() { if (!glsl_std_450) { glsl_std_450 = std::make_unique(spv::Op::OpExtInstImport, bound++); + glsl_std_450->Add("GLSL.std.450"); } return glsl_std_450.get(); }