Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a function-linking-graph interface.
Syntax
HRESULT D3DCreateFunctionLinkingGraph(
[in] UINT uFlags,
[out] ID3D11FunctionLinkingGraph **ppFunctionLinkingGraph
);
Parameters
[in] uFlags
Type: UINT
Reserved
[out] ppFunctionLinkingGraph
Type: ID3D11FunctionLinkingGraph**
A pointer to a variable that receives a pointer to the ID3D11FunctionLinkingGraph interface that is used for constructing shaders that consist of a sequence of precompiled function calls.
Return value
Type: HRESULT
Returns S_OK if successful; otherwise, returns one of the Direct3D 11 Return Codes.
Remarks
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3dcompiler.h |
Library | D3DCompiler.lib |
DLL | D3DCompiler_47.dll |