MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~Material

Method ~Material

Engine/source/EtRendering/MaterialSystem/MaterialData.cpp:74–80  ·  view source on GitHub ↗

-------------------------- Material::d-tor

Source from the content-addressed store, hash-verified

72// Material::d-tor
73//
74Material::~Material()
75{
76 if (m_DefaultParameters != nullptr)
77 {
78 parameters::DestroyBlock(m_DefaultParameters);
79 }
80}
81
82
83//================

Callers

nothing calls this directly

Calls 1

DestroyBlockFunction · 0.85

Tested by

no test coverage detected