Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
Mesh::Mesh() : vertexStride(0),
73
numVertices(0),
74
numIndices(0)
75
{
76
}
77
78
Mesh::~Mesh()
79
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected