MCPcopy Create free account
hub / github.com/beefytech/Beef / ExpectEquals

Function ExpectEquals

BeefySysLib/gfx/glTF.cpp:353–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351};
352
353static bool ExpectEquals(GLTFPropsParser& propsParser)
354{
355 if (propsParser.GetNext().mKind != GLTFPropsParser::NodeKind_Equals)
356 return false;
357 return true;
358};
359
360bool GLTFReader::ParseMaterialDef(ModelMaterialDef* materialDef, const StringImpl& matText)
361{

Callers 2

ParseMaterialDefMethod · 0.85
LoadModelPropsMethod · 0.85

Calls 1

GetNextMethod · 0.45

Tested by

no test coverage detected