Use unsigned int instead of uint32_t
This commit is contained in:
parent
b29c58ea45
commit
aac6d63716
2 changed files with 2 additions and 2 deletions
|
|
@ -631,7 +631,7 @@ Id Builder::getContainedTypeId(Id typeId) const
|
|||
// Returns true if 'typeId' is or contains a scalar type declared with 'typeOp'
|
||||
// of width 'width'. The 'width' is only consumed for int and float types.
|
||||
// Returns false otherwise.
|
||||
bool Builder::containsType(Id typeId, spv::Op typeOp, uint32_t width) const
|
||||
bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const
|
||||
{
|
||||
const Instruction& instr = *module.getInstruction(typeId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue