mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Common/GL/D3D12: Fix int vector ctor in vertex shader and a compare opcode.
This commit is contained in:
parent
de97d3a7aa
commit
b0f8611f49
6 changed files with 28 additions and 13 deletions
|
@ -10,6 +10,12 @@ std::string GLVertexDecompilerThread::getFloatTypeName(size_t elementCount)
|
|||
return getFloatTypeNameImpl(elementCount);
|
||||
}
|
||||
|
||||
std::string GLVertexDecompilerThread::getIntTypeName(size_t elementCount)
|
||||
{
|
||||
return "ivec4";
|
||||
}
|
||||
|
||||
|
||||
std::string GLVertexDecompilerThread::getFunction(FUNCTION f)
|
||||
{
|
||||
return getFunctionImpl(f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue