This topic has not yet been rated - Rate this topic

ID3DX11DataLoader interface

Note  The D3DX (D3DX 9, D3DX 10, and D3DX 11) utility library is deprecated for Windows 8 and is not supported for Windows Store apps.

Data loading object used by ID3DX11ThreadPump Interface for loading data asynchronously.

Members

The ID3DX11DataLoader interface inherits from the IUnknown interface. ID3DX11DataLoader also has these types of members:

Methods

The ID3DX11DataLoader interface has these methods.

MethodDescription
Decompress

Note  The D3DX (D3DX 9, D3DX 10, and D3DX 11) utility library is deprecated for Windows 8 and is not supported for Windows Store apps.

Decompresses encoded data.

Destroy

Note  The D3DX (D3DX 9, D3DX 10, and D3DX 11) utility library is deprecated for Windows 8 and is not supported for Windows Store apps.

Destroys the loader after a work item completes.

Load

Note  The D3DX (D3DX 9, D3DX 10, and D3DX 11) utility library is deprecated for Windows 8 and is not supported for Windows Store apps.

Loads data from a disk.

 

Remarks

This object can be inherited and its members redefined. Doing so would enable you to customize the API for loading and decompressing your own custom file formats.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

D3DX11core.h

Library

D3DX11.lib

See also

D3DX Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.