MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / IsFinalized

Method IsFinalized

Source/Engine/StratusRenderComponents.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 bool Mesh::IsFinalized() const {
79 return cpuData_ == nullptr;
80 }
81
82 void Mesh::EnsureFinalized_() const {
83 if (!IsFinalized()) {

Callers 2

RecordCommandMethod · 0.80
InsertMeshPending_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected