Esempio n. 1
0
void VertexProgramDecompiler::SetDSTSca(const std::string& code)
{
	SetDST(true, code);
}
Esempio n. 2
0
void GLVertexDecompilerThread::SetDSTSca(const std::string& code)
{
	SetDST(true, code);
}
Esempio n. 3
0
void VertexProgramDecompiler::SetDSTVec(const std::string& code)
{
	SetDST(false, code);
}
Esempio n. 4
0
void GLVertexDecompilerThread::SetDSTVec(const std::string& code)
{
	SetDST(false, code);
}