ID3DXBaseEffect::GetTexture method
Gets a texture.
Syntax
HRESULT GetTexture(
[in] D3DXHANDLE hParameter,
[out] LPDIRECT3DBASETEXTURE9 *ppTexture
);
Parameters
-
hParameter [in]
-
Type: D3DXHANDLE
Unique identifier. See Handles (Direct3D 9).
-
ppTexture [out]
-
Type: LPDIRECT3DBASETEXTURE9*
Returns a texture object. See IDirect3DBaseTexture9.
Return value
Type: HRESULT
If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be D3DERR_INVALIDCALL.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also