![]() |
![]() |
![]() |
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
Header d3dx9shader.h Import library d3dx9.lib Minimum operating systems Windows 98