MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Shutdown

Method Shutdown

SampleFramework12/v1.00/Graphics/Model.cpp:376–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375
376void Mesh::Shutdown()
377{
378 numVertices = 0;
379 numIndices = 0;
380 meshParts.Shutdown();
381 vertices = nullptr;
382 indices = nullptr;
383}
384
385const char* Mesh::InputElementTypeString(InputElementType elemType)
386{

Callers 9

ShutdownFunction · 0.45
Shutdown_UploadFunction · 0.45
LoadTextureFunction · 0.45
Create2DTextureFunction · 0.45
Create3DTextureFunction · 0.45
GetTextureDataFunction · 0.45
SaveTextureAsDDSFunction · 0.45
Shutdown_HelpersFunction · 0.45

Calls 2

SizeMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected