MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ~Mesh

Method ~Mesh

SampleFramework12/v1.00/Graphics/Model.h:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153public:
154
155 ~Mesh()
156 {
157 Assert_(numVertices == 0);
158 }
159
160 // Init from loaded files
161 void InitFromAssimpMesh(const aiMesh& assimpMesh, float sceneScale,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected