D3DXGetShaderVersion function
Returns the shader version of the compiled shader.
Syntax
DWORD D3DXGetShaderVersion(
_In_ const DWORD *pFunction
);
Parameters
-
pFunction [in]
-
Type: const DWORD*
Pointer to the function DWORD stream.
Return value
Type: DWORD
Returns the shader version of the given shader, or zero if the shader function is NULL.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also