共用方式為


D3DCreateFunctionLinkingGraph 函式 (d3dcompiler.h)

建立 function-linking-graph 介面。

注意 此函式是 HLSL 著色器鏈接技術的一部分,您可以在所有 Direct3D 11 平臺上用來建立先行編譯的 HLSL 函式、將它們封裝到連結庫,並在運行時間將它們連結至完整著色器。

 

語法

HRESULT D3DCreateFunctionLinkingGraph(
  [in]  UINT                       uFlags,
  [out] ID3D11FunctionLinkingGraph **ppFunctionLinkingGraph
);

參數

[in] uFlags

類型: UINT

保留

[out] ppFunctionLinkingGraph

類型: ID3D11FunctionLinkingGraph**

接收 ID3D11FunctionLinkingGraph 介面指標的變數指標,用於建構由一連串先行編譯函數調用組成的著色器。

傳回值

類型: HRESULT

如果成功,則傳回S_OK;否則,會傳回其中一個 Direct3D 11 傳回碼

備註

注意 D3dcompiler_47.dll 或更新版本的 DLL 包含 D3DCreateFunctionLinkingGraph 函式。
 

規格需求

需求
目標平台 Windows
標頭 d3dcompiler.h
程式庫 D3DCompiler.lib
Dll D3DCompiler_47.dll

請參閱

函式

ID3D11FunctionLinkingGraph