| 789 | } |
| 790 | |
| 791 | static inline void DestroyVertexAttributeInfos(dmGraphics::VertexAttributeInfos& infos) |
| 792 | { |
| 793 | delete[] (dmGraphics::VertexAttributeInfo*) infos.m_Infos; |
| 794 | } |
| 795 | |
| 796 | static void AssertVectorTypeContainerFloat(const VectorTypeContainer<float>& expected, const VectorTypeContainer<float>& actual) |
| 797 | { |
no outgoing calls
no test coverage detected