A3DGraphicsCreate

A3DStatus A3DGraphicsCreate(const A3DGraphicsData *pData, A3DGraphics **ppGraphics)
A3DStatus A3DGraphicsCreate(const A3DGraphicsData* pData, A3DGraphics** ppGraphics)

Creates a new graphics entity, returning its handle.

Parameters

pData: The data used for graphics creation.

ppGraphics: An address to the new handle after creation.

Returns

A3D_SUCCESS or an error code in case of failure.