MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / GetElementBoolean

Function GetElementBoolean

src/common/GLTF/GltfHelpers.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool GetElementBoolean(const json::object_t &root, const char *path, bool default)
123{
124 return GetElement<bool>(&root, path, default);
125}
126
127float GetElementFloat(const json::object_t &root, const char *path, float default)
128{

Callers 5

OnCreateMethod · 0.85
OnCreateMethod · 0.85
ProcessMaterialsFunction · 0.85
OnCreateMethod · 0.85
OnCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected