MCPcopy Create free account
hub / github.com/defold/defold / DestroyVertexAttributeInfos

Function DestroyVertexAttributeInfos

engine/graphics/src/test/test_graphics.cpp:791–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

RunAllAttributeTestFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected