| 164 | } |
| 165 | |
| 166 | static inline bool VectorTypeIsMatrix(VertexAttribute::VectorType vector_type) |
| 167 | { |
| 168 | return vector_type == VertexAttribute::VECTOR_TYPE_MAT2 || |
| 169 | vector_type == VertexAttribute::VECTOR_TYPE_MAT3 || |
| 170 | vector_type == VertexAttribute::VECTOR_TYPE_MAT4; |
| 171 | } |
| 172 | |
| 173 | static inline bool SemanticTypeRequiresOneAsW(VertexAttribute::SemanticType semantic_type) |
| 174 | { |
no outgoing calls
no test coverage detected