Skip to content

Latest commit

 

History

History
105 lines (82 loc) · 3.11 KB

nn-d3d9helper-idirect3dresource9.md

File metadata and controls

105 lines (82 loc) · 3.11 KB
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.
IDirect3DResource9
IDirect3DResource9 interface [Direct3D 9]
IDirect3DResource9 interface [Direct3D 9]
described
c545e88d-de95-aa8d-c5e1-4a5285f02095
d3d9helper/IDirect3DResource9
direct3d9.idirect3dresource9
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
IDirect3DResource9
d3d9helper/IDirect3DResource9
c++
APIRef
kbSyntax
COM
d3d9.lib
d3d9.dll
IDirect3DResource9

IDirect3DResource9 interface

-description

Applications use the methods of the IDirect3DResource9 interface to query and prepare resources.

-inheritance

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

-remarks

To create a texture resource, you can call one of the following methods.

To create a geometry-oriented resource, you can call one of the following methods. This interface, like all COM interfaces, inherits from the IUnknown interface.

The LPDIRECT3DRESOURCE9 and PDIRECT3DRESOURCE9 types are defined as pointers to the IDirect3DResource9 interface.


    typedef struct IDirect3DResource9 *LPDIRECT3DRESOURCE9, *PDIRECT3DRESOURCE9;

-see-also

Direct3D Interfaces

Direct3D Resources (Direct3D 9)