MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / _updateDecl

Method _updateDecl

Engine/source/gfx/gfxVertexFormat.cpp:275–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void GFXVertexFormat::_updateDecl()
276{
277 PROFILE_SCOPE( GFXVertexFormat_updateDecl );
278
279 if ( mDirty )
280 _updateDirty();
281
282 mDecl = GFX->allocVertexDecl( this );
283}

Callers 1

getDeclMethod · 0.80

Calls 1

allocVertexDeclMethod · 0.45

Tested by

no test coverage detected