Fix formatting.
This commit is contained in:
Родитель
9e6469bd40
Коммит
dbb98ffd81
|
@ -1294,7 +1294,8 @@ static inline bool type_is_floating_point(const SPIRType &type)
|
|||
|
||||
static inline bool type_is_integral(const SPIRType &type)
|
||||
{
|
||||
return type.basetype == SPIRType::Int || type.basetype == SPIRType::UInt || type.basetype == SPIRType::Int64 || type.basetype == SPIRType::UInt64;
|
||||
return type.basetype == SPIRType::Int || type.basetype == SPIRType::UInt || type.basetype == SPIRType::Int64 ||
|
||||
type.basetype == SPIRType::UInt64;
|
||||
}
|
||||
} // namespace spirv_cross
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче