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

Method exclude

Engine/source/shaderGen/featureSet.cpp:200–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void FeatureSet::exclude( const FeatureSet &features )
201{
202 PROFILE_SCOPE( FeatureSet_Exclude );
203
204 for ( U32 i=0; i < features.mFeatures.size(); i++ )
205 removeFeature( *features.mFeatures[i].type );
206
207 mDescription.clear();
208}
209
210void FeatureSet::merge( const FeatureSet &features )
211{

Callers 1

processMaterialMethod · 0.80

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected