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