This method of the Direct3dDevice Class initializes a Direct3dDevice object.
public void initialize(Direct3d dev, _Guid g, D3dDeviceDesc devDesc);
dev | The Direct3D device to use as an initializer. |
g | The globally unique identifier (GUID) used as the interface identifier. |
devDesc | The D3dDeviceDesc object describing the Direct3dDevice object to be initialized. |