MCPcopy Create free account
hub / github.com/assimp/assimp / releaseMaterial

Function releaseMaterial

code/AssetLib/Irr/IRRMeshLoader.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static void releaseMaterial(aiMaterial **mat) {
91 if (*mat != nullptr) {
92 delete *mat;
93 *mat = nullptr;
94 }
95}
96
97static void releaseMesh(aiMesh **mesh) {
98 if (*mesh != nullptr) {

Callers 1

InternReadFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected