Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.31 KB

id3dxtextureshader--getfunction.md

File metadata and controls

77 lines (46 loc) · 1.31 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Gets a pointer to the function DWORD stream.
a051b51a-185c-4a9e-a8b9-4096615e2634
ID3DXTextureShader::GetFunction method (D3DX9Shader.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXTextureShader.GetFunction
COM
d3dx9.lib
d3dx9.dll

ID3DXTextureShader::GetFunction method

Gets a pointer to the function DWORD stream.

Syntax

HRESULT GetFunction(
  [in] LPD3DXBUFFER *ppFunction
);

Parameters

ppFunction [in]

Type: LPD3DXBUFFER*

A pointer to the function DWORD stream. See ID3DXBuffer.

Return value

Type: HRESULT

If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be one of the following: D3DERR_INVALIDCALL, D3DXERR_INVALIDDATA.

Requirements

Requirement Value
Header
D3DX9Shader.h
Library
D3dx9.lib

See also

ID3DXTextureShader