This method of the Direct3dDevice Class queries the current driver for a list of supported texture formats.
public void enumTextureFormats(IEnumTextureFormatsCallback fn, IUnknown args);
fn | Callback interface containing the function that the enumeration procedure will call for each texture format. |
args | Application-defined data passed to the callback function. |