Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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