ID3DX10DataProcessor interface
Data processing object used by ID3DX10ThreadPump Interface for processing loaded data asynchronously.
Members
The ID3DX10DataProcessor interface inherits from the IUnknown interface. ID3DX10DataProcessor also has these types of members:
Methods
The ID3DX10DataProcessor interface has these methods.
Method | Description |
---|---|
CreateDeviceObject | Create a device object. |
Destroy | Used by a ID3DX10ThreadPump Interface to destroy the processor after a work item completes. |
Process | Process some data. |
Remarks
This object can be inherited and its members redefined. Doing so would enable you to customize the API for processing your own custom file formats.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also