| 312 | } |
| 313 | |
| 314 | bool isPropertyTypeMatN(PropertyType type) { |
| 315 | return type == PropertyType::Mat2 || type == PropertyType::Mat3 || |
| 316 | type == PropertyType::Mat4; |
| 317 | } |
| 318 | |
| 319 | bool isPropertyComponentTypeInteger(PropertyComponentType componentType) { |
| 320 | return componentType == PropertyComponentType::Int8 || |
no outgoing calls
no test coverage detected