UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NN:d3d9helper.IDirect3DResource9 |
IDirect3DResource9 (d3d9helper.h) |
The IDirect3DResource9 interface (d3d9helper.h) provides methods that query and prepare resources. |
|
direct3d9\idirect3dresource9.htm |
direct3d9 |
VS|directx_sdk|~\idirect3dresource9.htm |
08/12/2022 |
IDirect3DResource9, IDirect3DResource9 interface [Direct3D 9], IDirect3DResource9 interface [Direct3D 9],described, c545e88d-de95-aa8d-c5e1-4a5285f02095, d3d9helper/IDirect3DResource9, direct3d9.idirect3dresource9 |
d3d9helper.h |
D3D9.h |
Windows |
D3d9.lib |
Windows |
19H1 |
|
|
|
|
|
|
Applications use the methods of the IDirect3DResource9 interface to query and prepare resources.
The IDirect3DResource9 interface inherits from the IUnknown interface. IDirect3DResource9 also has these types of members:
To create a texture resource, you can call one of the following methods.
- IDirect3DDevice9::CreateCubeTexture
- IDirect3DDevice9::CreateTexture
- IDirect3DDevice9::CreateVolumeTexture
The LPDIRECT3DRESOURCE9 and PDIRECT3DRESOURCE9 types are defined as pointers to the IDirect3DResource9 interface.
typedef struct IDirect3DResource9 *LPDIRECT3DRESOURCE9, *PDIRECT3DRESOURCE9;