| 171 | } |
| 172 | |
| 173 | static inline bool SemanticTypeRequiresOneAsW(VertexAttribute::SemanticType semantic_type) |
| 174 | { |
| 175 | return semantic_type == VertexAttribute::SEMANTIC_TYPE_POSITION || |
| 176 | semantic_type == VertexAttribute::SEMANTIC_TYPE_TANGENT || |
| 177 | semantic_type == VertexAttribute::SEMANTIC_TYPE_COLOR; |
| 178 | } |
| 179 | |
| 180 | static inline uint32_t VectorTypeToMatrixRowColCount(VertexAttribute::VectorType vector_type) |
| 181 | { |
no outgoing calls
no test coverage detected