mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-09 08:11:06 +00:00
Compile fix on 32-bit
This commit is contained in:
@@ -1072,7 +1072,7 @@ void Program::EncodeOperand(rdcarray<uint32_t> &tokenStream, const Operand &oper
|
||||
|
||||
OperandIndexType rep[3] = {};
|
||||
|
||||
for(int i = 0; i < oper.indices.size(); i++)
|
||||
for(size_t i = 0; i < oper.indices.size(); i++)
|
||||
{
|
||||
OperandIndexType indextype = INDEX_IMMEDIATE32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user