MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / Mesh

Method Mesh

Shadows/SampleFramework11/Model.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72Mesh::Mesh() : vertexStride(0),
73 numVertices(0),
74 numIndices(0)
75{
76}
77
78Mesh::~Mesh()
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected