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