D3DXGetShaderVersion
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXGetShaderVersion Function


Returns the shader version of the compiled shader.

Syntax

DWORD WINAPI D3DXGetShaderVersion(      

    CONST DWORD* pFunction );

Parameters

pFunction
[in] Pointer to the function DWORD stream.

Return Value

Returns the shader version of the given shader, or zero if the shader function is NULL.



Function Information

Headerd3dx9shader.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.