MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenShadingLanguage / get_attribute

Method get_attribute

src/testrender/simplerend.cpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242
243bool
244SimpleRenderer::get_attribute (ShaderGlobals *sg, bool derivatives, ustring object,
245 TypeDesc type, ustring name, void *val)
246{
247 return get_array_attribute (sg, derivatives, object,
248 type, name, -1, val);
249}
250
251
252

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected