A3DGraphicsGet

A3DStatus A3DGraphicsGet(const A3DGraphics *pGraphics, A3DGraphicsData *pData)
A3DStatus A3DGraphicsGet(const A3DGraphics* pGraphics, A3DGraphicsData* pData)

Fetches data from a graphics entity, given its handle.

Parameters

pGraphics: A handle to the graphics entity to fetch data from.

pData: The A3DGraphicsData to fill in.

Returns

A3D_SUCCESS or an error code in case of failure.