[Chore] (MG_Util/Program): SpvcSession rule-of-three?

This commit is contained in:
2025-07-21 22:44:02 +08:00
parent 01e71d7b5f
commit fa82c9b964
4 changed files with 32 additions and 6 deletions
@@ -12,7 +12,7 @@ namespace ShaderTranspiler {
public:
static Result<SharedPtr<glslang::TShader>> CompileShader(const ShaderAttrib& attrib);
static Result<Vector<Vector<unsigned>>> LinkProgram(const ProgramAttrib& attrib);
static Result<String> DecompileShader(Vector<unsigned int> spirv);
static Result<String> DecompileShader(SpvcSession& session);
};
}
}