D3DCreateFunctionLinkingGraph-Funktion (d3dcompiler.h)
Erstellt eine Funktionsverknüpfungsgraph-Schnittstelle.
HRESULT D3DCreateFunctionLinkingGraph(
[in] UINT uFlags,
[out] ID3D11FunctionLinkingGraph **ppFunctionLinkingGraph
);
[in] uFlags
Typ: UINT
Reserviert
[out] ppFunctionLinkingGraph
Typ: ID3D11FunctionLinkingGraph**
Ein Zeiger auf eine Variable, die einen Zeiger auf die ID3D11FunctionLinkingGraph-Schnittstelle empfängt, die zum Erstellen von Shadern verwendet wird, die aus einer Sequenz vorkompilierter Funktionsaufrufe bestehen.
Typ: HRESULT
Gibt bei erfolgreicher Ausführung S_OK zurück. Gibt andernfalls einen der Direct3D 11-Rückgabecodes zurück.
Anforderung | Wert |
---|---|
Zielplattform | Windows |
Kopfzeile | d3dcompiler.h |
Bibliothek | D3DCompiler.lib |
DLL | D3DCompiler_47.dll |