Microsoft SDK for Java

enumTextureFormats

This method of the Direct3dDevice Class queries the current driver for a list of supported texture formats.

Syntax

public void enumTextureFormats(IEnumTextureFormatsCallback fn, IUnknown args);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.