IDirect3DRMDevice2::GetRenderMode
Retrieves the current transparency flags.
DWORD GetRenderMode( );
Return Values
Returns the value of the current transparency flags.
Remarks
Transparency flags have the following values:
Flag | Value |
No flag set (default) | 0 |
D3DRMRENDERMODE_BLENDEDTRANSPARENCY | 1 |
D3DRMRENDERMODE_SORTEDTRANSPARENCY | 2 |
See Also