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

Method PTGeometry

Libraries/Aurora/Source/DirectX/PTGeometry.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72PTGeometry::PTGeometry(
73 PTRenderer* pRenderer, const string& name, const GeometryDescriptor& descriptor) :
74 GeometryBase(name, descriptor), _pRenderer(pRenderer)
75{
76}
77
78bool PTGeometry::update()
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected