Platform SDK: DirectX

CONST_D3DDEVINFOID

The CONST_D3DDEVINFOID enumeration defines flags used with the Direct3DDevice7.GetInfo method.

Enum CONST_D3DDEVINFOID
    D3DDEVINFOID_D3DTEXTUREMANAGER = 2
    D3DDEVINFOID_TEXTUREMANAGER = 1
    D3DDEVINFOID_TEXTURING = 3
End Enum 
D3DDEVINFOID_D3DTEXTUREMANAGER
The type in the DevInfoType parameter of the GetInfo method is a D3DDEVINFO_TEXTUREMANAGER type that contains information about texture management that is performed by Direct3D.
D3DDEVINFOID_TEXTUREMANAGER
The type in the DevInfoType parameter of the GetInfo method is a D3DDEVINFO_TEXTUREMANAGER type that contains information about texture management being performed by the driver. If the driver does not manage textures, information about texture management performed by Direct3D is retrieved.
D3DDEVINFOID_TEXTURING
The type in the DevInfoType parameter of the GetInfo method is a D3DDEVINFO_TEXTURING type that contains information about texturing activity of the application.

See Also

Direct3DDevice7.GetInfo