MCPcopy Create free account
hub / github.com/Autodesk/Aurora / createMaterialPointer

Method createMaterialPointer

Libraries/Aurora/Source/DirectX/PTRenderer.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137IMaterialPtr PTRenderer::createMaterialPointer(
138 const string& materialType, const string& document, const string& name)
139{
140 return dxScene()->createMaterialPointer(materialType, document, name);
141}
142
143IScenePtr PTRenderer::createScene()
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected