Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
static void releaseMaterial(aiMaterial **mat) {
91
if (*mat != nullptr) {
92
delete *mat;
93
*mat = nullptr;
94
}
95
}
96
97
static void releaseMesh(aiMesh **mesh) {
98
if (*mesh != nullptr) {
Callers
1
InternReadFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected