void VertexProgramDecompiler::SetDSTSca(const std::string& code) { SetDST(true, code); }
void GLVertexDecompilerThread::SetDSTSca(const std::string& code) { SetDST(true, code); }
void VertexProgramDecompiler::SetDSTVec(const std::string& code) { SetDST(false, code); }
void GLVertexDecompilerThread::SetDSTVec(const std::string& code) { SetDST(false, code); }