A3DGraphicsCreate
-
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_SUCCESSor an error code in case of failure.