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

Method getDecl

Engine/source/gfx/gfxVertexFormat.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142GFXVertexDecl* GFXVertexFormat::getDecl() const
143{
144 if ( !mDecl || mDirty )
145 const_cast<GFXVertexFormat*>(this)->_updateDecl();
146
147 return mDecl;
148}
149
150bool GFXVertexFormat::hasNormal() const
151{

Callers 5

GFXVertexBufferMethod · 0.80
setVertexFormatMethod · 0.80
createVBPoolMethod · 0.80
allocVertexBufferMethod · 0.80
setFormatMethod · 0.80

Calls 1

_updateDeclMethod · 0.80

Tested by

no test coverage detected